summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilydjwg2017-01-07 12:14:42 +0800
committerlilydjwg2017-01-07 12:14:42 +0800
commit3bf00ba25c2de4566089ccea2877f6985115e391 (patch)
tree8d3615e9c01bdf1efa5fd43bc9e49189c2bae581
parentf09415bcf6befcd7cb13e475a5873d11e1d2e320 (diff)
downloadaur-3bf00ba25c2de4566089ccea2877f6985115e391.tar.gz
update
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81fdb1fe8b99..6969aa6b8771 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
-# Generated by makepkg 4.2.1
-# Fri May 15 09:19:51 UTC 2015
+# Generated by mksrcinfo v8
+# Sat Jan 7 04:14:22 UTC 2017
pkgbase = beautifuldnsd
pkgdesc = Quick and clean DNS proxy, especially useful for users with poor ISPs
- pkgver = 0.4
+ pkgver = 0.5
pkgrel = 1
url = https://github.com/programmervy/beautifuldnsd
install = beautifuldnsd.install
@@ -15,8 +15,8 @@ pkgbase = beautifuldnsd
optdepends = python-pygeoip: China only DNS configuration
optdepends = geoip-database: provides a database for geoip lookups
backup = etc/beautifuldnsd.yaml
- source = beautifuldnsd-0.4.tar.gz::https://github.com/programmervy/beautifuldnsd/archive/v0.4.tar.gz
- md5sums = f750c7df394256816c22636d836fbbd7
+ source = beautifuldnsd-0.5.tar.gz::https://github.com/programmervy/beautifuldnsd/archive/v0.5.tar.gz
+ sha512sums = 1bbb68b3ff02160acc5cde7330e4c6e2dd7e96cc1cef3b5f3bff0df5f04b2157f0c08541b59332db5f27176fed42f10bf31e92b3924f097fb9246c616b27d2f9
pkgname = beautifuldnsd
diff --git a/PKGBUILD b/PKGBUILD
index 0ac34aeaf0b9..0681123605b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
pkgname=beautifuldnsd
-pkgver=0.4
+pkgver=0.5
pkgrel=1
pkgdesc="Quick and clean DNS proxy, especially useful for users with poor ISPs"
arch=('any')
-url=https://github.com/programmervy/beautifuldnsd
+url="https://github.com/programmervy/beautifuldnsd"
license=("public domain")
depends=('python>=3.4' 'python-dnslib' 'python-yaml')
optdepends=(
@@ -14,7 +14,7 @@ optdepends=(
backup=("etc/${pkgname}.yaml")
install=beautifuldnsd.install
source=(${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-md5sums=('f750c7df394256816c22636d836fbbd7')
+sha512sums=('1bbb68b3ff02160acc5cde7330e4c6e2dd7e96cc1cef3b5f3bff0df5f04b2157f0c08541b59332db5f27176fed42f10bf31e92b3924f097fb9246c616b27d2f9')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"