summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d7031434136..01e9c588dc70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = libatrac9-git
pkgdesc = A library for decoding audio in Sony's ATRAC9 format
- pkgver = r18.0fb7069
+ pkgver = r19.6a9e00f
pkgrel = 1
url = https://github.com/Thealexbarney/LibAtrac9
arch = x86_64
license = MIT
makedepends = git
+ provides = libatrac9
+ conflicts = libatrac9
source = libatrac9-git::git+https://github.com/Thealexbarney/LibAtrac9.git
sha256sums = SKIP
pkgname = libatrac9-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 34df8071d12e..50499dc9d0ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libatrac9-git
-pkgver=r18.0fb7069
+pkgver=r19.6a9e00f
pkgrel=1
pkgdesc="A library for decoding audio in Sony's ATRAC9 format"
arch=(x86_64)
@@ -7,6 +7,8 @@ url='https://github.com/Thealexbarney/LibAtrac9'
license=(MIT)
depends=()
makedepends=(git)
+provides=(${pkgname%-git})
+conflicts=(${pkgname%-git})
source=(${pkgname}::git+https://github.com/Thealexbarney/LibAtrac9.git)
sha256sums=('SKIP')