summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatti Niemenmaa2021-12-12 15:17:54 +0200
committerMatti Niemenmaa2021-12-12 15:17:54 +0200
commit8cbc1c5f992f85d6fa236150b66cd7f52b867a29 (patch)
tree3be2b0cf8c7cdfe87ee88da25806508f0f6fa69b
parent77cf82f2ab8e357f17389ffadbf42ba4116c1ed1 (diff)
downloadaur-libg7221_decode-git.tar.gz
Add provides/conflicts against non-git
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e496025980ec..21c2410e6a62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = libg7221_decode-git
pkgdesc = ITU-T G.722.1 annex C (G.722.1C) audio decoding library
pkgver = r3.0d6324a
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kode54/libg7221_decode
arch = x86_64
license = LGPL3
makedepends = git
+ provides = libg7221_decode
+ conflicts = libg7221_decode
source = libg7221_decode-git::git+https://github.com/kode54/libg7221_decode.git
source = libsiren::git+https://github.com/kode54/libsiren.git
sha256sums = SKIP
sha256sums = SKIP
pkgname = libg7221_decode-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 2ab36c5823a5..71235c26e6ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,14 @@
pkgname=libg7221_decode-git
pkgver=r3.0d6324a
-pkgrel=1
+pkgrel=2
pkgdesc='ITU-T G.722.1 annex C (G.722.1C) audio decoding library'
arch=(x86_64)
url='https://github.com/kode54/libg7221_decode'
license=(LGPL3)
depends=()
makedepends=(git)
+provides=(${pkgname%-git})
+conflicts=(${pkgname%-git})
source=(${pkgname}::git+https://github.com/kode54/libg7221_decode.git
libsiren::git+https://github.com/kode54/libsiren.git)
sha256sums=(SKIP SKIP)