summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-06 15:10:55 +0800
committerChocobo12023-04-06 15:10:55 +0800
commite43503cde02893af99777dbe046d2ff62cc439e0 (patch)
tree56ef59f02e4b9d9bb2db7abb2912b7f1979b7b53
parentf1e92be34218e3d2da755914cbe495a7d3d74a33 (diff)
downloadaur-audiofile-git.tar.gz
upgpkg: audiofile-git 0.3.6.r25.gb62c902-2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c19a5fe4fe8..3b5e62bd2757 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = audiofile-git
pkgdesc = Library for reading and writing audio files in many common formats
pkgver = 0.3.6.r25.gb62c902
- pkgrel = 1
+ pkgrel = 2
url = https://audiofile.68k.org/
arch = i686
arch = x86_64
@@ -10,11 +10,10 @@ pkgbase = audiofile-git
depends = glibc
depends = alsa-lib
depends = flac
- provides = audiofile
+ provides = audiofile=0.3.6.r25.gb62c902
conflicts = audiofile
options = staticlibs
source = git+https://github.com/mpruett/audiofile.git
sha256sums = SKIP
pkgname = audiofile-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 9a41a4107e37..8c2fa23deda2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=audiofile-git
pkgver=0.3.6.r25.gb62c902
-pkgrel=1
+pkgrel=2
pkgdesc="Library for reading and writing audio files in many common formats"
arch=('i686' 'x86_64')
url="https://audiofile.68k.org/"
license=('LGPL')
depends=('glibc' 'alsa-lib' 'flac')
makedepends=('git')
-provides=('audiofile')
+provides=("audiofile=$pkgver")
conflicts=('audiofile')
options=('staticlibs')
source=("git+https://github.com/mpruett/audiofile.git")
@@ -26,7 +26,9 @@ build() {
cd "audiofile"
./autogen.sh
- ./configure --prefix="/usr" --disable-docs
+ ./configure \
+ --prefix="/usr" \
+ --disable-docs
make
}