summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpapajoker2015-10-04 20:49:11 +0200
committerpapajoker2015-10-04 20:49:11 +0200
commitbffb8d82d069601e6dd1884a2037561d04373046 (patch)
treefd0cf62c0c4ccdc308024f1824b3abea4842b3e6
parentb8740bf721468dc0fa803bb3824f4e0dbc271389 (diff)
downloadaur-bffb8d82d069601e6dd1884a2037561d04373046.tar.gz
move .conf
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a535e6f6d2a..57c85ef8daa2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pacman-diffs
pkgdesc = finding .pacnew files, compare and archive
pkgver = 1.1.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/papajoker/pacman-diffs
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 53462dc8af78..b9f3817a8aed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Papajoker <papajoker [at] archlinux [dot] info>
pkgname=pacman-diffs
pkgver=1.1.0
-pkgrel=4
+pkgrel=5
url=(https://github.com/papajoker/pacman-diffs)
pkgdesc="finding .pacnew files, compare and archive"
arch=('any')
@@ -19,5 +19,5 @@ package() {
install -Dm755 ./${pkgname} ${pkgdir}/usr/bin/${pkgname}
install -dm755 ${pkgdir}/var/cache/pacman/pacnew/
install -Dm644 ./${pkgname}.fr ${pkgdir}/usr/share/locale/fr/LC_MESSAGES/${pkgname}
- install -Dm644 ./${pkgname}.plugins ${pkgdir}/etc/${pkgname}.plugins
+ install -Dm644 ./${pkgname}.conf ${pkgdir}/etc/pacman.d/${pkgname}.conf
}