summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gregory2016-03-03 00:42:49 -0500
committerAndrew Gregory2016-03-03 00:42:49 -0500
commit25964d0d7f448678d5487e0cb0323145793b4e67 (patch)
tree021feeb9faa87acecc3a460956052bbac42bbe71
parent85f095603ac3f1b714740253c5d8d6c14b307c1d (diff)
downloadaur-25964d0d7f448678d5487e0cb0323145793b4e67.tar.gz
add conflicts=pacutils
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29e9f24eb9c9..5f7d68db1801 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by makepkg 5.0.0
-# Thu Feb 4 14:07:43 UTC 2016
pkgbase = pacutils-git
pkgdesc = alpm front-end tools
- pkgver = 0.0.328
+ pkgver = 0.0.363
pkgrel = 1
url = https://github.com/andrewgregory/pacutils
arch = i686
@@ -10,7 +8,8 @@ pkgbase = pacutils-git
license = MIT
makedepends = git
depends = pacman>=5.0
- provides = pacutils=0.0.328
+ provides = pacutils=0.0.363
+ conflicts = pacutils
source = pacutils-git::git://github.com/andrewgregory/pacutils.git
source = mini.c::git://github.com/andrewgregory/mINI.c.git
source = tap.c::git://github.com/andrewgregory/tap.c.git
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"