summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2020-03-26 04:44:24 +1300
committerGeorge Rawlinson2020-03-26 04:44:24 +1300
commit9c66550b4816c54b833aa6e9fc6070aa7c143983 (patch)
treef8c63dec7776dcc826781b026157e24ad1b41a88
parenta3359128a43bfdd731f26bf61a1d616c1fe63823 (diff)
downloadaur-9c66550b4816c54b833aa6e9fc6070aa7c143983.tar.gz
addpkg: ansible-pacman_key 1.0.0-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc1c2c39bd77..11b4039fccb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ansible-pacman_key
pkgdesc = Ansible module to manage pacman's list of trusted keys
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/grawlinson/ansible-pacman_key
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 60894f5fb911..a53a0163981a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ansible-pacman_key
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Ansible module to manage pacman's list of trusted keys"
arch=(any)
url="https://github.com/grawlinson/ansible-pacman_key"
@@ -16,5 +16,5 @@ validpgpkeys=(034D823DA2055BEE6A6BF0BB25EA6900D9EA5EBC) # George Rawlinson <geor
package() {
cd "$pkgname-$pkgver"
- install -Dm644 pacman_key.py "$pkgdir/usr/share/ansible/plugins/modules"
+ install -Dm644 -t "$pkgdir/usr/share/ansible/plugins/modules" pacman_key.py
}