summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Rauter2020-03-12 11:22:00 +0100
committerGabriel Rauter2020-03-12 11:22:00 +0100
commit9d880b946c3b5fe7b15e9f9032bac55037a74bdf (patch)
tree9ff578eee12990ff5da75652ccbbc6436add47e2
parent18762eb371bfb9691f29fffd4213c18cefc636b4 (diff)
downloadaur-9d880b946c3b5fe7b15e9f9032bac55037a74bdf.tar.gz
add provides conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d23b5f940f52..baf2c010cde7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = n-dhcp4-git
pkgdesc = Dynamic Host Configuration Protocol for IPv4
pkgver = 1.9.g9ba143a
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nettools/n-dhcp4
arch = x86_64
license = LGPL2.1
@@ -9,6 +9,8 @@ pkgbase = n-dhcp4-git
makedepends = meson
makedepends = pkgconf
depends = glibc
+ provides = n-dhcp4
+ conflicts = n-dhcp4
source = git+https://github.com/nettools/n-dhcp4.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 88ae7fed292a..38ee73aef30e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,14 @@
_pkgname=n-dhcp4
pkgname=$_pkgname-git
pkgver=1.9.g9ba143a
-pkgrel=1
+pkgrel=2
pkgdesc="Dynamic Host Configuration Protocol for IPv4"
url="https://github.com/nettools/n-dhcp4"
license=('LGPL2.1' 'Apache')
arch=(x86_64)
depends=(glibc)
+provides=($_pkgname)
+conflicts=($_pkgname)
makedepends=(meson pkgconf)
source=("git+https://github.com/nettools/n-dhcp4.git")
sha256sums=('SKIP')