summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRanieri Althoff2019-11-07 00:47:56 -0300
committerRanieri Althoff2019-11-07 00:47:56 -0300
commitf5a7086773f643e7b9fc3fd9425a29afeb655acd (patch)
tree40d1b73af5cba4cb7171a9876750ec695c435d1a /PKGBUILD
parentf7d2cc2fbc0a987cfaf91bed65302209bd181109 (diff)
downloadaur-f5a7086773f643e7b9fc3fd9425a29afeb655acd.tar.gz
Fix clearlinux patch usage
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2bfbe63fd2a..ed37e72393a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,7 +33,7 @@ pkgname=('systemd-light' 'systemd-light-libs')
# Can be from either systemd or systemd-stable
_commit='ef677436aa203c24816021dd698b57f219f0ff64'
pkgver=243.78
-pkgrel=2
+pkgrel=3
arch=('x86_64')
url='https://www.github.com/systemd/systemd'
makedepends=('acl' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -105,7 +105,7 @@ fi
if [ -n "$_clear" ]; then
local _clrrel=267
- source+=("git+https://github.com/clearlinux-pkgs/${_pkgbase}#tag=${pkgver%.*}-${_clrrel}?signed")
+ source+=("clearlinux::git+https://github.com/clearlinux-pkgs/${_pkgbase}#tag=${pkgver%.*}-${_clrrel}")
sha512sums+=('SKIP')
fi