diff options
author | Maksim Verkhoturov | 2022-01-31 10:10:53 -0700 |
---|---|---|
committer | Maksim Verkhoturov | 2022-01-31 10:10:53 -0700 |
commit | cb2f26df7c158522035cdab2b1f4a733fe3f326b (patch) | |
tree | a3c7666d1c79b5f377757d555d02783dff37c10e | |
parent | d353020aafd8030fdb58843acb75a2cd80a5b752 (diff) | |
download | aur-cb2f26df7c158522035cdab2b1f4a733fe3f326b.tar.gz |
fixes back `provides`
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ pkgbase = gummy-git makedepends = cmake depends = libxext depends = sdbus-cpp - provides = gummy-git + provides = gummy conflicts = gummy source = git+https://github.com/Fushko/gummy md5sums = SKIP @@ -9,7 +9,7 @@ url="https://github.com/Fushko/${pkgname%-git}" license=('GPL3') depends=('libxext' 'sdbus-cpp') makedepends=('git' 'cmake') -provides=("$pkgname") +provides=("${pkgname%-git}") conflicts=("${pkgname%-git}") source=("git+$url") md5sums=('SKIP') |