summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshit Chawda2023-10-16 22:26:02 -0700
committerToshit Chawda2023-10-16 22:26:02 -0700
commit5296cd87b1ffcb1372a7119bd8b7c9cd4b16a3eb (patch)
treeecbf5e72328cf44fc1afe89166f02664b0bcb631
parentd731d3759650f3677f5cd22fc788c08f21ae2c1a (diff)
downloadaur-5296cd87b1ffcb1372a7119bd8b7c9cd4b16a3eb.tar.gz
fix distro URL to point to AUR
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3a8ef87f1261..53270a62ab98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgname=('systemd-chromiumos'
_tag='42f5ba1e56ddb81c244e0d85f13109acdb14cbee' # git rev-parse v${_tag_name}
_tag_name=254.5
pkgver="${_tag_name/-/}"
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url='https://www.github.com/systemd/systemd'
makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -156,7 +156,7 @@ build() {
-Dsbat-distro-summary='Arch Linux'
-Dsbat-distro-pkgname="${pkgname}"
-Dsbat-distro-version="${pkgver}"
- -Dsbat-distro-url="https://archlinux.org/packages/core/x86_64/${pkgname}/"
+ -Dsbat-distro-url="https://aur.archlinux.org/packages/${pkgname}/"
)
# this uses malloc_usable_size, which is incompatible with fortification level 3