summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Martinez2021-07-21 18:16:01 -0500
committerLuis Martinez2021-07-21 18:16:01 -0500
commitcf9c987c7ee2759baaf3861e15b11d516c982f6d (patch)
tree919e99598cbf7b429efd7689a34f86c9f78c0b39
parent595146fc259311813a8436d15240c3c979357915 (diff)
downloadaur-cf9c987c7ee2759baaf3861e15b11d516c982f6d.tar.gz
add backups
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD3
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f232043c09c7..787df09e2369 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = blocky
pkgdesc = Fast and lightweight DNS proxy as ad-blocker
pkgver = 0.14
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/0xERR0R/blocky
install = blocky.install
arch = x86_64
@@ -11,13 +11,14 @@ pkgbase = blocky
license = Apache
makedepends = go
depends = glibc
+ backup = etc/blocky.yml
source = blocky-0.14.tar.gz::https://github.com/0xERR0R/blocky/archive/v0.14.tar.gz
source = blocky.service
source = blocky.sysusers
source = blocky.yml
sha256sums = aa1b1b2b48a1d6e199a87d919ee0f99f7f95f618adb9c280cb147c59f0a60242
- sha256sums = 61b5efedf88a95fd2bde8f69fce8a3692bcff29cab4b218603b376a5509accc5
+ sha256sums = 21a56bc11ad08186b0f6d3394106500c8e662662fe9af5bed56d788fc3c91ebb
sha256sums = 8ef3cfa71ee8d2ad427dc5d83df7967a6b3e6e1dfafaec8cb4520e7269c2471b
- sha256sums = 3fec7b35def7cdc5f9d296b3fc70b40f0c2af189b3b4d54ee5867a2dee007bdb
+ sha256sums = b2240a9a3a0d732920c481b3d6c80c8d78d7f8153129c8cdf33851c9b16e6e39
pkgname = blocky
diff --git a/PKGBUILD b/PKGBUILD
index 0df996a409d9..1f0df77084bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname=blocky
pkgver=0.14
-pkgrel=2
+pkgrel=3
pkgdesc="Fast and lightweight DNS proxy as ad-blocker"
arch=('x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/0xERR0R/blocky"
license=('Apache')
depends=('glibc')
makedepends=('go')
+backup=('etc/blocky.yml')
install=blocky.install
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"
'blocky.service'