diff options
author | zargbell | 2018-07-31 15:18:53 +0300 |
---|---|---|
committer | zargbell | 2018-07-31 15:18:53 +0300 |
commit | 71e62475dedb8e56d3e3f0b9c84631c88bceb467 (patch) | |
tree | 101ee45ca52b65cf78d64cf4ec112e22577485ac | |
parent | 080c83017e2c08d60e2f722bbc773c472010d4bb (diff) | |
download | aur-71e62475dedb8e56d3e3f0b9c84631c88bceb467.tar.gz |
fix PKGBUILD
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ # Maintainer: zargbell <zargbell@yandex.ru> pkgname="aura-git" pkgver=2.0.0.r1465.4c6c481 -pkgrel=1 +pkgrel=2 pkgdesc="A package manager for Arch Linux and its AUR" arch=("x86_64") url="https://github.com/aurapm/aura" @@ -9,8 +9,8 @@ license=("GPL3") depends=("gmp" "zlib") makedepends=("git" "stack") optdepends=() -provides=("${pkgname%-git}") -conflicts=("${pkgname%-git}" "${pkgname%-git}-bin") +provides=("aura") +conflicts=("aura" "aura-bin") replaces=() options=("strip") source=("${pkgname}"::"git+https://github.com/aurapm/aura.git") @@ -43,4 +43,4 @@ package() { # Directory for storing {PKGBUILDs, source packages, installed package states} mkdir -p "${pkgdir}/var/cache/aura"/{pkgbuilds,src,states} -}
\ No newline at end of file +} |