summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTroy Engel2016-11-13 13:42:17 -0600
committerTroy Engel2016-11-13 13:42:17 -0600
commit9ef1cb72988c42b828c91fe0d3e8ed4125116a93 (patch)
tree5e70e2099b6979dc6b4a2b6f4ed0f4a2d6c4d713
parent4ad5b8f4de71318678542c8079e422340e776450 (diff)
downloadaur-9ef1cb72988c42b828c91fe0d3e8ed4125116a93.tar.gz
add backup() for config
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2ac5ebeb867..c3a24a2beb6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Sun Nov 13 17:52:11 UTC 2016
+# Sun Nov 13 19:41:14 UTC 2016
pkgbase = wondershaper-git
pkgdesc = Limit the bandwidth of one or more network adapters
pkgver = 20130306
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/magnific0/wondershaper
arch = any
license = GPL2
makedepends = git
depends = iproute
+ backup = etc/conf.d/wondershaper.conf
source = wondershaper-git::git://github.com/magnific0/wondershaper.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6657d00cdd99..b829c6518270 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,14 @@
pkgname=wondershaper-git
pkgver=20130306
-pkgrel=1
+pkgrel=2
pkgdesc="Limit the bandwidth of one or more network adapters"
arch=('any')
url="https://github.com/magnific0/wondershaper"
license=('GPL2')
depends=('iproute')
makedepends=('git')
+backup=('etc/conf.d/wondershaper.conf')
source=("$pkgname"::'git://github.com/magnific0/wondershaper.git')
md5sums=('SKIP')