summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpyros Stathopoulos2021-12-02 10:24:59 +0000
committerSpyros Stathopoulos2021-12-02 10:24:59 +0000
commit5c935eb2e52b87ef622e94688796dc57a916e732 (patch)
tree5047594c248a3df5e72b3cc07b145a5382f753af
parentf3dc91c9369fa2d89343f09af147f9999491620a (diff)
downloadaur-5c935eb2e52b87ef622e94688796dc57a916e732.tar.gz
Update debian patches sources
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bbb0068c55d..4d42cdf332c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wide-dhcpv6
pkgdesc = An open source implementation of DHCPv6 developed by KAME project (with Debian patches)
pkgver = 20080615
- pkgrel = 16
+ pkgrel = 17
url = http://wide-dhcpv6.sourceforge.net/
install = dhcp6c.install
arch = i686
@@ -11,7 +11,7 @@ pkgbase = wide-dhcpv6
backup = etc/wide-dhcpv6/dhcp6c.conf
backup = etc/conf.d/startpd.conf
source = https://downloads.sourceforge.net/project/wide-dhcpv6/wide-dhcpv6/wide-dhcpv6-20080615/wide-dhcpv6-20080615.tar.gz
- source = https://ftp.debian.org/debian/pool/main/w/wide-dhcpv6/wide-dhcpv6_20080615-22.debian.tar.xz
+ source = https://deb.debian.org/debian/pool/main/w/wide-dhcpv6/wide-dhcpv6_20080615-22.debian.tar.xz
source = 0000-noyywrap-option.patch
source = 0002-Fix-makefile.patch
source = dhcp6c.service
diff --git a/PKGBUILD b/PKGBUILD
index 03565a6c8ebc..264e0eff54ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Spyros Stathopoulos <spystath@gmail.com>
pkgname=wide-dhcpv6
pkgver=20080615
-pkgrel=16
-pkgdesc='An open source implementation of DHCPv6 developed by KAME project (with Debian patches)'
+pkgrel=17
+pkgdesc="An open source implementation of DHCPv6 developed by KAME project (with Debian patches)"
arch=('i686' 'x86_64')
url="http://wide-dhcpv6.sourceforge.net/"
license=('custom')
@@ -10,7 +10,7 @@ backup=('etc/wide-dhcpv6/dhcp6c.conf' 'etc/conf.d/startpd.conf')
options=('emptydirs')
source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"
- "https://ftp.debian.org/debian/pool/main/w/${pkgname}/${pkgname}_${pkgver}-22.debian.tar.xz"
+ "https://deb.debian.org/debian/pool/main/w/${pkgname}/${pkgname}_${pkgver}-22.debian.tar.xz"
"0000-noyywrap-option.patch"
"0002-Fix-makefile.patch"
"dhcp6c.service"
@@ -18,7 +18,7 @@ source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgna
"startpd.conf"
"dhcp6c.conf")
-install="dhcp6c.install"
+install='dhcp6c.install'
md5sums=('1011e165850fe40d3e332dad2bfd30b3'
'5e40a641ff20c8c0aceea269c1f1921e'