summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Gregory2016-03-03 00:42:49 -0500
committerAndrew Gregory2016-03-03 00:42:49 -0500
commit25964d0d7f448678d5487e0cb0323145793b4e67 (patch)
tree021feeb9faa87acecc3a460956052bbac42bbe71 /PKGBUILD
parent85f095603ac3f1b714740253c5d8d6c14b307c1d (diff)
downloadaur-25964d0d7f448678d5487e0cb0323145793b4e67.tar.gz
add conflicts=pacutils
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e4da07e8b50..eb32daad5a5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
pkgname=pacutils-git
pkgdesc='alpm front-end tools'
url='https://github.com/andrewgregory/pacutils'
-pkgver=0.0.328
+pkgver=0.0.363
pkgrel=1
arch=('i686' 'x86_64')
depends=('pacman>=5.0')
makedepends=('git')
+conflicts=('pacutils')
provides=("pacutils=$pkgver")
license=('MIT')
source=("$pkgname::git://github.com/andrewgregory/pacutils.git"