summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse2022-03-21 15:15:15 +0100
committerChristian Hesse2022-03-21 15:15:15 +0100
commit962ba16b1881c975a287cb0289cb3c95039a2615 (patch)
tree49a586bb4a765e5f1e8d1b346bd192e981e83f1d
parent961844682cebd2e61156cc0b4bc3929c3794995c (diff)
downloadaur-962ba16b1881c975a287cb0289cb3c95039a2615.tar.gz
commit dyndhcpd-git 0.1.8.r0.gdd3e1ed-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6498dd6cf9a9..e97274ec6bda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = dyndhcpd-git
pkgdesc = start DHCP daemon that dynamically creates configuration based on assigned IP address - git checkout
- pkgver = 0.1.7.r2.g3450f14
+ pkgver = 0.1.8.r0.gdd3e1ed
pkgrel = 1
url = https://github.com/eworm-de/dyndhcpd
arch = i686
arch = x86_64
license = GPL
makedepends = git
- makedepends = markdown
+ makedepends = discount
depends = dhcp
optdepends = ipxe: for network boot
provides = dyndhcpd
conflicts = dyndhcpd
backup = etc/dyndhcpd/dhcpd.conf
- source = git://github.com/eworm-de/dyndhcpd.git
+ source = git+https://github.com/eworm-de/dyndhcpd.git
sha256sums = SKIP
pkgname = dyndhcpd-git
diff --git a/PKGBUILD b/PKGBUILD
index 3d4f1dbddb98..851e61f5c723 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Christian Hesse <mail@eworm.de>
pkgname=dyndhcpd-git
-pkgver=0.1.7.r2.g3450f14
+pkgver=0.1.8.r0.gdd3e1ed
pkgrel=1
pkgdesc='start DHCP daemon that dynamically creates configuration based on assigned IP address - git checkout'
arch=('i686' 'x86_64')
url='https://github.com/eworm-de/dyndhcpd'
depends=('dhcp')
optdepends=('ipxe: for network boot')
-makedepends=('git' 'markdown')
+makedepends=('git' 'discount')
license=('GPL')
conflicts=('dyndhcpd')
provides=('dyndhcpd')
backup=('etc/dyndhcpd/dhcpd.conf')
-source=('git://github.com/eworm-de/dyndhcpd.git')
+source=('git+https://github.com/eworm-de/dyndhcpd.git')
sha256sums=('SKIP')
pkgver() {