summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c132889ff3d6..6e9e23e9a832 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=psflib-git
-pkgver=r32.936a2bd
+pkgver=r48.77dfb4a
pkgrel=1
pkgdesc="A small C library for reading Portable Sound Format files"
arch=(i686 x86_64)
@@ -7,6 +7,8 @@ url='https://bitbucket.org/losnoco/psflib'
license=(MIT)
depends=(glibc zlib)
makedepends=(git)
+provides=(${pkgname%-git})
+conflicts=(${pkgname%-git})
source=(${pkgname}::git+https://bitbucket.org/losnoco/psflib.git)
sha256sums=('SKIP')