summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelipe Arenales2016-01-06 15:21:39 -0200
committerFelipe Arenales2016-01-06 15:21:39 -0200
commit4b481ec1be357c841c4b97df5f4baaea8e209a1d (patch)
tree71bdf637e0f081616162df527f657c0eb3c18040 /PKGBUILD
parentf4afa4ffca893b32634d1af8b96c727c3c53ca5c (diff)
downloadaur-4b481ec1be357c841c4b97df5f4baaea8e209a1d.tar.gz
Fixing provides and conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2212bf3ab34..cfbba82e3de3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ url="https://github.com/azukiapp/libnss-resolver"
license=('Apache')
depends=('glibc')
makedepends=('git' 'clang' 'wget' 'scons' )
-provides=(${_pkgname%-*}=$pkgver)
-conflicts=(${_pkgname%-*})
+provides=(${_pkgname%-git}=$pkgver)
+conflicts=(${_pkgname%-git})
source=("git+https://github.com/azukiapp/libnss-resolver.git")
md5sums=('SKIP')
install=${pkgname}.install