summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Hills2023-08-18 21:13:12 -0400
committerednos2023-08-18 21:13:12 -0400
commitbff6fc48120eb2c390004f12866406b305e851e5 (patch)
treec496af1cb44c7bdde7e038376a2c4a96342bf5a6
parentccc11d651f36a227cdf69265c2c20a36d4dce9bc (diff)
downloadaur-hosts-gen.tar.gz
makedepends git
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 366bb8d94301..56e9a7bc3789 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = hosts-gen
pkgdesc = A little framework to generate /etc/hosts from /etc/hosts.d
pkgver = 0.9.20191123.2
- pkgrel = 1
+ pkgrel = 2
url = http://r-36.net/scm/hosts-gen/
install = hosts-gen.install
arch = any
license = GPL3
+ makedepends = git
depends = coreutils
source = hosts-gen::git://r-36.net/hosts-gen#commit=562b4af551efc7249cb68f6d4b8909daf2ce7ce6
source = hosts-gen.path
diff --git a/PKGBUILD b/PKGBUILD
index e0dee4b836ed..e009d123d23c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=hosts-gen
pkgver=0.9.20191123.2
# No actual releases provided; use a specific commit
_pkgcommit=562b4af551efc7249cb68f6d4b8909daf2ce7ce6
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="A little framework to generate /etc/hosts from /etc/hosts.d"
arch=('any')
@@ -11,6 +11,7 @@ url="http://r-36.net/scm/$pkgname/"
license=('GPL3')
groups=()
depends=('coreutils')
+makedepends=('git')
backup=()
options=()
install="$pkgname.install"