summaryrefslogtreecommitdiff
path: root/abs/systemd
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-08-11 21:56:00 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-08-11 21:56:00 -0400
commit80dfe8a2db76eb940f59c15a9d0bffd3f05d9361 (patch)
treec3e624d7cc6d7ae30b86aca9dbebfe04e659762a /abs/systemd
parent844d16ea857444ad6f2693afd04658bfaeb0fe6a (diff)
Revert "fix gitref"
This reverts commit 844d16ea857444ad6f2693afd04658bfaeb0fe6a.
Diffstat (limited to 'abs/systemd')
-rw-r--r--abs/systemd/PKGBUILD.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/systemd/PKGBUILD.in b/abs/systemd/PKGBUILD.in
index 14d920b..84cc39b 100644
--- a/abs/systemd/PKGBUILD.in
+++ b/abs/systemd/PKGBUILD.in
@@ -10,7 +10,7 @@ pkgname+=('systemd-common' 'systemd-udev')
# We split Arch's libsystemd into the systemd-$X, for the following $X:
_libsystemd=('libsystemd' 'libudev' 'nss-systemd' 'nss-myhostname' 'nss-mymachines' 'nss-resolve')
pkgname+=("${_libsystemd[@]/#/systemd-}")
-_gitref=@GITREF@
+_commit=@COMMIT@
pkgver=239.0
pkgrel=99
arch=('i686' 'x86_64' 'armv7h')
@@ -23,7 +23,7 @@ makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
makedepends_i686=('gnu-efi-libs')
makedepends_x86_64=('gnu-efi-libs')
options=('strip')
-source=("git+https://git.parabola.nu/~lukeshu/systemd.git#${_gitref}"
+source=("git+https://git.parabola.nu/~lukeshu/systemd.git#commit=${_commit}"
'initcpio-hook-udev'
'initcpio-install-systemd'
'initcpio-install-udev'