index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2024-08-14 16:02:33 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2024-08-14 16:02:33 +0200 |
commit | 12de25437128bc3a36c1679bfee3d59229ae56e6 (patch) | |
tree | 382b2aabd45822f4a4178e076773762478f2db44 /core | |
parent | b6f939af36fbf5c0b34511bc219cdc5d785f8c46 (diff) |
-rw-r--r-- | core/xz/PKGBUILD | 5 |
diff --git a/core/xz/PKGBUILD b/core/xz/PKGBUILD index 4437d81c..22eb709b 100644 --- a/core/xz/PKGBUILD +++ b/core/xz/PKGBUILD @@ -1,2 +1,7 @@ # dummy PKGBUILD diff for bumping rebuilds # and another bump + +# somehow we keep getting the wrong source to build!? +source=("git+https://github.com/tukaani-project/xz#tag=v${pkgver}") +sha256sums=('SKIP') +sha512sums=('SKIP') |