summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Rauter2019-07-31 09:20:03 +0200
committerGabriel Rauter2019-07-31 09:20:03 +0200
commitf07e59193bde9cc1b165df99a968b871b96c3efb (patch)
tree2e9661eb562027660f41c1c2510ec970a7d4f9dd
parentdac201ac31e27d32cca2c4e9c5900f7024e2b29e (diff)
downloadaur-f07e59193bde9cc1b165df99a968b871b96c3efb.tar.gz
v1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ee3f3a299a9..27f296aff949 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = n-dhcp4
pkgdesc = Dynamic Host Configuration Protocol for IPv4
- pkgver = 0
+ pkgver = 1
pkgrel = 1
url = https://github.com/nettools/n-dhcp4
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = n-dhcp4
makedepends = meson
makedepends = pkgconf
depends = glibc
- source = git+https://github.com/nettools/n-dhcp4.git#commit=b8068385c2ab3539494f01971f64c0d5db8d5dbf
+ source = git+https://github.com/nettools/n-dhcp4.git#tag=v1
sha256sums = SKIP
pkgname = n-dhcp4
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() {