summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKamran Mackey2020-05-23 22:29:58 -0600
committerKamran Mackey2020-05-23 22:29:58 -0600
commit9a5ab990284a97a0604be2a259f73d6ddd950161 (patch)
tree8a3c8355178fc03664750147828caaf858f98cd6 /PKGBUILD
parent7390c02ee5d936cd886b2d76ea9723f8997ae8f8 (diff)
downloadaur-9a5ab990284a97a0604be2a259f73d6ddd950161.tar.gz
Updated provides, removed support for 32-bit.
32-bit support was removed a while back for Arch Linux, so update flac-git to remove support. Anyone who needs 32-bit FLAC can manually pull this PKGBUILD and modify the file to add support back. Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b693bb4903f..ca50fbcb90c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgbase=flac-git
pkgname=('flac-git' 'flac-doc-git')
pkgver=v1.3.3.ce6dd6b
-pkgrel=1
-arch=('i686' 'x86_64', 'aarch64')
+pkgrel=2
+arch=('x86_64' 'aarch64')
url="https://xiph.org/flac/"
license=('BSD' 'GPL')
depends=('gcc-libs' 'libogg')
@@ -32,7 +32,7 @@ package_flac-git() {
pkgdesc="Free Lossless Audio Codec (git version)"
options=('!docs')
conflicts=('flac')
- provides=('flac')
+ provides=('libFLAC.so' 'libFLAC++.so')
cd "$_gitname"
make DESTDIR="${pkgdir}" install