diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-07-12 03:09:15 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-07-12 13:44:16 -0400 |
commit | 7e06a05fc41ec59920c1ce7c0bd43ce90851800a (patch) | |
tree | e3317dc1bbd7c88c98786f97d9c93d69087ff2ff /libre/systemd/PKGBUILD | |
parent | aa6dab4d3a0587576f122b34c31dc3f6bdc5b43c (diff) | |
download | abslibre-7e06a05fc41ec59920c1ce7c0bd43ce90851800a.tar.gz abslibre-7e06a05fc41ec59920c1ce7c0bd43ce90851800a.tar.bz2 abslibre-7e06a05fc41ec59920c1ce7c0bd43ce90851800a.zip |
libre/systemd: Bump pkgrel
Diffstat (limited to 'libre/systemd/PKGBUILD')
-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 e88d31c92..63789c0e7 100644 --- a/libre/systemd/PKGBUILD +++ b/libre/systemd/PKGBUILD @@ -14,7 +14,7 @@ pkgname+=("${_libsystemd[@]/#/systemd-}") _commit='de7436b02badc82200dc127ff190b8155769b8e7' pkgver=239.0 pkgrel=2 -pkgrel+=.parabola1 +pkgrel+=.parabola2 arch=('x86_64') arch+=('i686' 'armv7h') url='https://www.github.com/systemd/systemd' |