summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbrent s2017-11-17 00:04:44 -0500
committerbrent s2017-11-17 00:04:44 -0500
commita5b45451d33b886f43b9c516b22dece9e1c9a753 (patch)
tree0fea31d2c129711054b10d15abfdf75d17f3a8bb /PKGBUILD
parent2aaf9be2678d3122e5c3c39243a9f24305175af8 (diff)
downloadaur-a5b45451d33b886f43b9c516b22dece9e1c9a753.tar.gz
small fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 741dee145d51..43b3a1be887e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@ validpgpkeys=('748231EBCBD808A14F5E85D28C004C2F93481F6B')
# News updates for packages can be followed at https://devblog.square-r00t.net
pkgname=dhcplease-git
pkgver=v1.0.0.r3.gf400437
-pkgrel=1
+pkgrel=2
pkgdesc="A parser for dhcpcd lease files (/var/lib/dhcpcd/dhcpcd*.leases)"
arch=('i686' 'x86_64')
url="https://github.com/igordcard/dhcplease"
license=( 'GPL3' )
_pkgname=dhcplease
+conflicts=('dhcplease')
install=
changelog=
noextract=()