summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2020-02-28 11:38:13 +0300
committerCaleb Maclennan2020-02-28 11:38:13 +0300
commit33424be00fe97d7f12c061ea9265baa0daa7c0fa (patch)
treeaddc0d71b4f5878983a0030f93e312401a02b500
parent6026cc906e54409bc245b8579a0d11f91d19c0a2 (diff)
downloadaur-33424be00fe97d7f12c061ea9265baa0daa7c0fa.tar.gz
Install more scripts and configs
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1302c5460f4..69332981b7ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pagure
pkgdesc = A git-centered forge based on python using pygit2
pkgver = 5.8.1
- pkgrel = 0.15
+ pkgrel = 0.16
url = https://pagure.io/pagure
arch = any
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 5ccfaa9b2f2a..78773258bf40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgbase=pagure
pkgname=("$pkgbase" "$pkgbase-apache" "$pkgbase-postgresql" "$pkgbase-mariadb")
pkgver=5.8.1
-pkgrel=0.15
+pkgrel=0.16
pkgdesc="A git-centered forge based on python using pygit2"
arch=("any")
url="https://pagure.io/$pkgbase"
@@ -81,6 +81,9 @@ package_pagure() {
install -Dm644 -t "$pkgdir/usr/share/doc/$pkgbase/" {README,UPGRADING}.rst
install -Dm644 -T "files/pagure.cfg.sample" "$pkgdir/etc/$pkgbase/pagure.cfg"
install -Dm644 -t "$pkgdir/etc/$pkgbase/" "files/alembic.ini"
+ install -Dm644 -t "$pkgdir/usr/share/$pkgbase/" files/{api_key_expire_mail,mirror_project_in}.py
+ install -Dm755 -t "$pkgdir/usr/lib/$pkgbase/" files/{aclchecker,keyhelper}.py
+ cp -r alembic "$pkgdir/usr/share/$pkgbase/"
}
package_pagure-apache() {