summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYurii Kolesnykov2016-06-05 04:48:22 +0300
committerYurii Kolesnykov2016-06-05 04:48:22 +0300
commit94351e4f538f311fe1404a0316053bad63497a05 (patch)
treec1d94072a4de79e27e6b1d9834f026fbf801b819 /PKGBUILD
parent10731305c90a9aa274e6bc66757e12892af951f9 (diff)
downloadaur-94351e4f538f311fe1404a0316053bad63497a05.tar.gz
fix splash max upload size error
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7fb3dbff8fc9..c639ce7edd25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase=systemd-git
_realpkgname=systemd
pkgname=('systemd-git' 'libsystemd-git' 'systemd-sysvcompat-git')
pkgver=230.r121.g592705f
-pkgrel=1
+pkgrel=2
_branch='master'
arch=('i686' 'x86_64')
url="http://www.freedesktop.org/wiki/Software/systemd"
@@ -20,7 +20,7 @@ source=("git://github.com/systemd/systemd.git#branch=${_branch}"
'initcpio-install-udev'
'arch.conf'
'loader.conf'
- 'splash-arch.bmp'
+# 'splash-arch.bmp'
'udev-hwdb.hook')
md5sums=('SKIP'
'90ea67a7bb237502094914622a39e281'
@@ -28,7 +28,6 @@ md5sums=('SKIP'
'1b3aa3a0551b08af9305d33f85b5c2fc'
'20ead378f5d6df4b2a3e670301510a7d'
'ddaef54f68f6c86c6c07835fc668f62a'
- '1e2f9a8b0fa32022bf0a8f39123e5f4e'
'a475a5ed8f03fb0f6b58b4684998d05c')
pkgver() {
cd "${srcdir}/$_realpkgname"