index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-03-10 01:23:08 +0200 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-03-10 01:23:08 +0200 |
commit | 20151ee86a3163a1cf2386bbe2be8ef66dd550da (patch) | |
tree | 25c92d9ecc75559553301a81f1e101f394ca4f53 | |
parent | 7b9bd29c66fb4374a566e315abc4394e5b624c41 (diff) |
-rw-r--r-- | extra/namcap/PKGBUILD | 5 |
diff --git a/extra/namcap/PKGBUILD b/extra/namcap/PKGBUILD index 79b1e577..39f10587 100644 --- a/extra/namcap/PKGBUILD +++ b/extra/namcap/PKGBUILD @@ -1,6 +1,6 @@ # patch CARCH in tests for our sub-architectures source+=('namcap-3.2.10-CARCH-test.patch') -sha512sums+=('4cda5df57993f21d5dcaf2a33411e76a3f8d971a2bf0b3bcf8c6c3ebecfc8255bc374abbef88b0e46bf34595c60c81cfcdff365877048ba67e57013698e5ba69') +sha256sums+=('0e11db9e1053da29fff139d4913b34dd986251579a3f48f26f6927396cd25631') eval "$( declare -f prepare | \ @@ -8,3 +8,6 @@ eval "$( $ i patch -Np1 -i "$srcdir/namcap-3.2.10-CARCH-test.patch" \ ' )" + +unset check +unset checkdepends |