summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2cadc9a7521b..57dd033b26b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=soundtouch-git
-pkgver=2.1.1.r0.gb9659b6
+pkgver=2.3.1.r13.gca05925
pkgrel=1
pkgdesc="Audio tempo/pitch control library"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://www.surina.net/soundtouch/"
license=('LGPL')
depends=('gcc-libs')
makedepends=('git')
-provides=('soundtouch')
+provides=("soundtouch=$pkgver")
conflicts=('soundtouch')
source=("git+https://gitlab.com/soundtouch/soundtouch.git")
sha256sums=('SKIP')
@@ -25,7 +25,8 @@ build() {
cd "soundtouch"
./bootstrap
- ./configure --prefix="/usr"
+ ./configure \
+ --prefix="/usr"
make
}