diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-09-10 20:54:39 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-09-10 21:04:12 -0400 |
commit | a39ad19fb99f1061e84100152caa3f51c9f8bf00 (patch) | |
tree | 505f2f5916299e76a00f46a6389ad6fe19356463 | |
parent | 09773c4b47f5f2c8c1ef2bdcb2001c3d76f82f90 (diff) | |
download | abslibre-a39ad19fb99f1061e84100152caa3f51c9f8bf00.tar.gz abslibre-a39ad19fb99f1061e84100152caa3f51c9f8bf00.tar.bz2 abslibre-a39ad19fb99f1061e84100152caa3f51c9f8bf00.zip |
libre/systemd: bump pkgrel
-rw-r--r-- | libre/systemd/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/systemd/PKGBUILD b/libre/systemd/PKGBUILD index aca70186b..db280c42e 100644 --- a/libre/systemd/PKGBUILD +++ b/libre/systemd/PKGBUILD @@ -15,7 +15,7 @@ _commit='d52e2bb9c20216972754c054e8534bca28baab66' # the commit count is handled by pkgver() function. pkgver=234.11 pkgrel=8 -pkgrel+=.parabola1 +pkgrel+=.parabola2 arch=('i686' 'x86_64') arch+=('armv7h') url="https://www.github.com/systemd/systemd" |