summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTommy Jerry Mairo2017-02-14 02:30:22 -0800
committerTommy Jerry Mairo2017-02-14 02:30:22 -0800
commiteb39c3f2b45146c9e28f456b2188f42665c3b4d0 (patch)
tree1d1f82c18d3c79feab9a859edded68b1695871d6
parent39962e1129e44b09449b8e600d69a5723b6184fb (diff)
downloadaur-eb39c3f2b45146c9e28f456b2188f42665c3b4d0.tar.gz
Update: add conflicts.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2eeac154dd9e..abb1c7d29748 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libcorkipset-git
pkgdesc = A small C helper library for storing sets of IPv4 and IPv6 addresses
pkgver = r221.4e09f31
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/rogers0/libcorkipset
arch = x86_64
arch = x64
@@ -11,6 +11,7 @@ pkgbase = libcorkipset-git
depends = pkg-config
depends = libcork
provides = libcorkipset
+ conflicts = libcorkipset
source = git+https://github.com/rogers0/libcorkipset.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c3c54ffa48d4..fb43cae8dbb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: TJM <tommy.mairo@gmail.com>
pkgname=libcorkipset-git
pkgver=r221.4e09f31
-pkgrel=2
+pkgrel=3
pkgdesc="A small C helper library for storing sets of IPv4 and IPv6 addresses"
arch=("x86_64" "x64")
url="https://github.com/rogers0/libcorkipset"
@@ -10,6 +10,7 @@ license=('LLC')
depends=('r' 'pkg-config' 'libcork')
makedepends=('git')
provides=('libcorkipset')
+conflicts=('libcorkipset')
sha256sums=('SKIP')
_gitroot='https://github.com/rogers0/libcorkipset.git'