summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThibaut Sautereau2020-12-31 19:39:37 +0100
committerThibaut Sautereau2020-12-31 19:45:23 +0100
commit31967462e0f8d5009da5f5f53e2fb12a46c393fe (patch)
treef357b9d466156e1800fe9c57a13682889538c205 /PKGBUILD
parent2cffabccc9dcaa0d7645d04ec5b6c9f8749c891e (diff)
downloadaur-31967462e0f8d5009da5f5f53e2fb12a46c393fe.tar.gz
Remove the version suffix from the soname provides
Otherwise it disables makepkg's automatic detection. Thanks anthraxx for the tip!
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f88ed30c000..71599c0bfd48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/GrapheneOS/hardened_malloc"
license=('MIT')
makedepends=('git')
checkdepends=('python')
-provides=('libhardened_malloc.so-64')
+provides=('libhardened_malloc.so')
conflicts=('hardened-malloc-git')
source=("git+https://github.com/GrapheneOS/$pkgname#tag=$pkgver?signed")
sha256sums=('SKIP')