summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilydjwg2017-01-07 12:14:42 +0800
committerlilydjwg2017-01-07 12:14:42 +0800
commit3bf00ba25c2de4566089ccea2877f6985115e391 (patch)
tree8d3615e9c01bdf1efa5fd43bc9e49189c2bae581 /PKGBUILD
parentf09415bcf6befcd7cb13e475a5873d11e1d2e320 (diff)
downloadaur-3bf00ba25c2de4566089ccea2877f6985115e391.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"