summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFélix Piédallu2015-10-20 20:19:01 +0200
committerFélix Piédallu2015-10-20 20:19:01 +0200
commitf11d17600a4bb13586db8be0eed4221b428c64c7 (patch)
treea7a734c835323508eb20407c7bf62b1b5a3d1c2c
parent9b64d85ade24aa1114e464d56898d994283982f2 (diff)
downloadaur-f11d17600a4bb13586db8be0eed4221b428c64c7.tar.gz
new commits
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8535ca5a0a2e..aa13eac7cb03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aur-updater-git
pkgdesc = Easy tool to update your PKGBUILDS and update the AUR database automatically
- pkgver = r4.9b7112f
+ pkgver = r5.f9f88f9
pkgrel = 1
url = https://github.com/Salamandar/aur-updater.git
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index e6a192d78900..f50147ae84fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Salamandar <felix@piedallu.me>
pkgname='aur-updater-git'
_gitname='aur-updater'
-pkgver=r4.9b7112f
+pkgver=r5.f9f88f9
pkgrel=1
pkgdesc="Easy tool to update your PKGBUILDS and update the AUR database automatically"
arch=('any')
@@ -26,8 +26,11 @@ pkgver() {
package() {
cd "$srcdir/$_gitname"
- chmod +x ./aur-updater.sh
install -d $pkgdir/usr/bin/
- cp ./aur-updater.sh "$pkgdir/usr/bin"
+ chmod +x ./aur-updater.sh
+ cp ./aur-updater.sh "$pkgdir/usr/bin"
+
+ install -d $pkgdir/etc
+ cp ./aur-updater.conf "$pkgdir/etc"
}