diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2019-02-13 04:42:13 -0500 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2019-02-13 05:23:49 -0500 |
commit | 40c9803c67beb8be6aca389ca7f6f715271150b3 (patch) | |
tree | 2d40149ffbf76121d7c7123accc8468da2633ec3 /libre/systemd | |
parent | 13cab15faefe5d867546bec85759143d176bf46b (diff) | |
download | abslibre-40c9803c67beb8be6aca389ca7f6f715271150b3.tar.gz abslibre-40c9803c67beb8be6aca389ca7f6f715271150b3.tar.bz2 abslibre-40c9803c67beb8be6aca389ca7f6f715271150b3.zip |
[systemd]: copy PKGBUILD to libre-testing
Diffstat (limited to 'libre/systemd')
-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 1ddadedd6..a9a5b46a1 100644 --- a/libre/systemd/PKGBUILD +++ b/libre/systemd/PKGBUILD @@ -15,7 +15,7 @@ pkgname+=("${_libsystemd[@]/#/systemd-}") _commit='0430af90ef28a229e51136ad364e1da7e76c8638' pkgver=240.95 pkgrel=1 -pkgrel+=.parabola2 +pkgrel+=.parabola3 arch=('x86_64') arch+=('i686' 'armv7h' 'ppc64le') url='https://www.github.com/systemd/systemd' |