summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-10-07 23:12:08 +0300
committerorhun2020-10-07 23:12:08 +0300
commitbcc4801108ad92f54c8c46e5046b96d546abb893 (patch)
tree865cc523d7f634cdc16b4d44c6492ae3aed802e6
parent313cc81012702012a4323dedcdda2072ae387c95 (diff)
downloadaur-bcc4801108ad92f54c8c46e5046b96d546abb893.tar.gz
upgpkg: jilu-git 0.4.0.r2.gc334c5d-1
Add provides section
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28a74f5bb971..b8ce818a7034 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = jilu-git
license = Apache
makedepends = cargo
makedepends = git
+ provides = jilu
conflicts = jilu
conflicts = jilu-bin
source = git+https://github.com/rustic-games/jilu
diff --git a/PKGBUILD b/PKGBUILD
index d0b09f3fe061..cc26ab8d5abd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ url="https://github.com/rustic-games/jilu"
license=('Apache')
makedepends=('cargo' 'git')
conflicts=("${pkgname%-git}" "${pkgname%-git}-bin")
+provides=("${pkgname%-git}")
source=("git+${url}")
sha512sums=('SKIP')