summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFaerbit2023-10-24 00:10:33 +0200
committerFaerbit2023-10-24 00:10:33 +0200
commita3a763c6c4ed4f177503a4d625455f6dc10ed0aa (patch)
treef0e624ec00a541da19afd4ef02d9207466691785 /PKGBUILD
parent1388c957f519195bee94a5a03036ed1e348ced97 (diff)
downloadaur-abx.tar.gz
uppkg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9212c46226e..d2968ed23f31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Faerbit <faerbit at gmail dot com>
pkgname=abx
-pkgver=0.0.b1
-_pkgver=0.0-b1
+pkgver=0.1
+_pkgver=0.1
pkgrel=1
pkgdesc="A simple ABX tester to compare audio files with GUI"
depends=("portaudio" "gtk2" "libsndfile")
@@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
url="http://phintsan.kapsi.fi/abx.html"
license=('GPL3')
source=("http://phintsan.kapsi.fi/${pkgname}-${_pkgver}.tar.gz")
-md5sums=('eaf511399939abde3ca061717467967b')
+md5sums=('8c920831b49aca7cc798f1d27d51cc7e')
build() {
cd "$srcdir/$pkgname-$_pkgver"