summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatti Niemenmaa2021-12-12 15:17:23 +0200
committerMatti Niemenmaa2021-12-12 15:17:32 +0200
commitfa978df0bd45ca6404a7ea7a8aadd0d45b0e8682 (patch)
tree9f269ff30b68c20b7cda5908e9d5a8132f270384 /PKGBUILD
parent9503f30c1f1d6c63496ee761947a2941267064eb (diff)
downloadaur-libsnsf9x-git.tar.gz
Add provides/conflicts against non-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 966c4e3d0b5e..b41150d5cc6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libsnsf9x-git
-pkgver=r28.6b8bd73
+pkgver=r36.e53bff5
pkgrel=1
pkgdesc="SNSF playing library based on the Snes9x emulator"
arch=(i686 x86_64)
@@ -7,6 +7,8 @@ url='https://github.com/Deewiant/libsnsf9x'
license=(LGPL2.1)
depends=(zlib)
makedepends=(git)
+provides=(${pkgname%-git})
+conflicts=(${pkgname%-git})
source=(${pkgname}::git+https://github.com/Deewiant/libsnsf9x.git)
sha256sums=('SKIP')