summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b1c5c418fc0..09088203abeb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lib32-chromaprint
pkgdesc = Library that implements a custom algorithm for extracting fingerprints from any audio source (32-bit)
pkgver = 1.4.3
- pkgrel = 2
+ pkgrel = 3
url = https://acoustid.org/chromaprint
arch = x86_64
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index cbc91417fd61..c6190867dddc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_basename=chromaprint
pkgname="lib32-$_basename"
pkgver=1.4.3
-pkgrel=2
+pkgrel=3
pkgdesc='Library that implements a custom algorithm for extracting fingerprints from any audio source (32-bit)'
url='https://acoustid.org/chromaprint'
arch=('x86_64')
@@ -38,6 +38,8 @@ package() {
cd "$pkgdir"/usr
+ sed -e "s|/usr/lib|/usr/lib32|" -i lib/pkgconfig/libchromaprint.pc
+
rm -r include
mv lib lib32
}