summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGabriel Rauter2019-07-31 09:20:03 +0200
committerGabriel Rauter2019-07-31 09:20:03 +0200
commitf07e59193bde9cc1b165df99a968b871b96c3efb (patch)
tree2e9661eb562027660f41c1c2510ec970a7d4f9dd /PKGBUILD
parentdac201ac31e27d32cca2c4e9c5900f7024e2b29e (diff)
downloadaur-n-dhcp4.tar.gz
v1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0fc5e952bffc..d35bd0b49e47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gabriel Rauter <rauter.gabriel@gmail.com>
pkgname=n-dhcp4
-pkgver=0
+pkgver=1
pkgrel=1
pkgdesc="Dynamic Host Configuration Protocol for IPv4"
url="https://github.com/nettools/n-dhcp4"
@@ -9,8 +9,7 @@ license=('LGPL2.1' 'Apache')
arch=(x86_64)
depends=(glibc)
makedepends=(meson pkgconf)
-_commit=b8068385c2ab3539494f01971f64c0d5db8d5dbf #20180929
-source=("git+https://github.com/nettools/n-dhcp4.git#commit=$_commit")
+source=("git+https://github.com/nettools/n-dhcp4.git#tag=v$pkgver")
sha256sums=('SKIP')
build() {