Skip to content

Commit 507ec17

Browse files
committed
[filesystem] fix this mess
1 parent d8bd7ac commit 507ec17

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
lines changed

filesystem/PKGBUILD

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Maintainer: Philip Müller <[email protected]>
77

88
pkgname=filesystem
9-
pkgver=2015.12
9+
pkgver=2015.09
1010
pkgrel=1
1111
pkgdesc='Base filesystem'
1212
arch=('i686' 'x86_64')
@@ -25,8 +25,8 @@ source=('crypttab' 'fstab' 'group' 'gshadow' 'host.conf' 'hostname' 'hosts' 'iss
2525
'passwd' 'profile' 'rc.local' 'rc.local.shutdown' 'resolv.conf' 'securetty' 'shadow' 'shells' 'vconsole.conf')
2626
sha256sums=('4e298e0ec247c3bb09157f5598127f6ecb779f5ec018ab69ba4678f361bdaae3'
2727
'86dff00854a7f2280bb799484ccc39ad449a171448926880742ae64f41666a43'
28-
'a442a4331a6ad49fd97871f8c02d9119d8567ff625fc30ffd9ecf01b301bafb1'
29-
'0f2fa4881750c62e4755a4d04796d938d1cb6ace11ce06313f93bbd810c315d6'
28+
'82f6ae854935c1cb082908ae026e156000bdd32b39b1e2d5d576592d8d952291'
29+
'62c197a97f7f3951ac86d34629184e3ebe030969a69925874f8db13365f85011'
3030
'f21f35e7d3083aeee19beb48478130d119b2572922a4889df98326d551540eda'
3131
'295a881e674d14ee0c0e77f25236a8fd99a9453e5c33f635f55d2e8c6959c7ea'
3232
'13d1f59c1d0860bf43da996e2b9a6ab2744791614241ed9a1376b7e7e30de3a8'

filesystem/group

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ input:x:97:
3434
power:x:98:
3535
nobody:x:99:
3636
users:x:100:
37-
samba:x:1001:
3837
systemd-journal:x:190:
3938
systemd-journal-gateway:x:191:
4039
systemd-timesync:x:192:

filesystem/gshadow

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ input:x::
3434
power:x::
3535
nobody:::
3636
users:::
37-
samba:::
3837
systemd-journal:::
3938
systemd-journal-gateway:::
4039
systemd-timesync:::

manjaro-release/PKGBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Guinux <[email protected]>
22

33
pkgname=manjaro-release
4-
pkgver=15.12rc2
4+
pkgver=15.12
55
pkgrel=1
66
pkgdesc="Manjaro's release definition"
77
arch=("any")
@@ -10,7 +10,7 @@ license=('GPL2')
1010
depends=('lsb-release')
1111
source=('lsb-release')
1212
install="manjaro-release.install"
13-
sha256sums=('1f47321a1c9de6c89cfb804483975d603825fce0d22c4a8d2af7ab5f6fba13cc')
13+
sha256sums=('7e1c007d09c2c86e5dcffea984be1deb60d6b614879829c00f179a5cb5b9a968')
1414

1515
package() {
1616
# Copy files

manjaro-release/lsb-release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
DISTRIB_ID=ManjaroLinux
2-
DISTRIB_RELEASE=15.12-rc2
2+
DISTRIB_RELEASE=15.12
33
DISTRIB_CODENAME=Capella
44
DISTRIB_DESCRIPTION="Manjaro Linux"

0 commit comments

Comments
 (0)