summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-09-12 01:07:54 +0200
committerhaawda2018-09-12 01:07:54 +0200
commit2e390bd233f66a2dc6626ed7cb516b37c8a46287 (patch)
tree7f01f52a0adfb4f0bf005bbdb902e5c541759639
parent23ee1a727e82e201aae30f10df9a2106622b8761 (diff)
downloadaur-2e390bd233f66a2dc6626ed7cb516b37c8a46287.tar.gz
added etc/pakku.conf to backup
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a7d318ce8b6..b0200c574252 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pakku-git
pkgdesc = Pacman wrapper with AUR support with latest changes from github repo
pkgver = 0.13.1.gd25443b
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kitsunyan/pakku
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index e23906f75bc9..682917cf03cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=pakku-git
pkgver=0.13.1.gd25443b
-pkgrel=1
+pkgrel=2
pkgdesc='Pacman wrapper with AUR support with latest changes from github repo'
arch=('x86_64')
url="https://github.com/kitsunyan/pakku"
@@ -14,6 +14,7 @@ backup=('etc/pakku.conf')
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
source=("git+https://github.com/kitsunyan/${pkgname%-git}.git")
+backup=(etc/pakku.conf)
sha256sums=('SKIP')
pkgver() {