diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-02-17 23:24:02 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-02-17 23:25:05 -0300 |
commit | 575541d3cacf05bf431378c6ed022a7756964c14 (patch) | |
tree | 5cf860434a9542546eb81eda4ad10313cc0f93c9 | |
parent | 6efc46ce7ceea6993c0ee7b7706f0dd2f82058f7 (diff) | |
download | abslibre-575541d3cacf05bf431378c6ed022a7756964c14.tar.gz abslibre-575541d3cacf05bf431378c6ed022a7756964c14.tar.bz2 abslibre-575541d3cacf05bf431378c6ed022a7756964c14.zip |
systemd-228-4.parabola2: update splash image
-rw-r--r-- | libre/systemd/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD index 11c10ab41..d38b5a137 100644 --- a/libre/systemd/PKGBUILD +++ b/libre/systemd/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=systemd pkgname=systemd pkgver=228 -pkgrel=4.parabola1 +pkgrel=4.parabola2 arch=('i686' 'x86_64' 'armv7h') url="http://www.freedesktop.org/wiki/Software/systemd" makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf' @@ -15,7 +15,7 @@ makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf' [ "$CARCH" != "armv7h" ] && makedepends+=('gnu-efi-libs') options=('strip' 'debug') source=("git://github.com/systemd/systemd.git#tag=v$pkgver" - "https://repo.parabola.nu/other/systemd/splash-parabola.bmp" + "https://repo.parabola.nu/other/systemd/splash-parabola.bmp"{,.sig} 'initcpio-hook-udev' 'initcpio-install-systemd' 'initcpio-install-udev' @@ -23,13 +23,15 @@ source=("git://github.com/systemd/systemd.git#tag=v$pkgver" 'loader.conf' 'gnu+linux.patch') md5sums=('SKIP' - 'db7c5e4aaa501c1af4301e011f4f5966' + 'f8253cd3c0f249591338fbb4c223d249' + 'SKIP' '90ea67a7bb237502094914622a39e281' '976c5511b6493715e381f43f16cdb151' '1b3aa3a0551b08af9305d33f85b5c2fc' '36ee74767ac8734dede1cbd0f4f275d7' '9b9f4a58e4c4009bf5290c5b297600c3' 'd37895215ef74e172c594aebe1ba23cb') +validpgpkeys=('684D54A189305A9CC95446D36B888913DDB59515') # Márcio Silva prepare() { cd "$pkgbase" |