summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick McCarty2017-02-10 22:48:59 -0800
committerPatrick McCarty2017-02-10 22:48:59 -0800
commit20178c6877e5c668e0d4ccd04420511a0284bdab (patch)
tree756655958b5ddb3e9d902fbb99f21fd4e1afa1c1 /PKGBUILD
parent47e0b8c969278479cdb86a68afc841e54769295d (diff)
downloadaur-20178c6877e5c668e0d4ccd04420511a0284bdab.tar.gz
Bump to 1.11.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57f63e51c44e..62953eb88571 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# submit: Chao Wang <chaowang@redhat.com>
pkgname=koji
-pkgver=1.10.1
-pkgrel=2
+pkgver=1.11.0
+pkgrel=1
pkgdesc='Koji is a system for building and tracking RPMS. This base package contains shared libraries and the command-line interface.'
arch=('any')
license=('GPL2' 'LGPL2.1')
-url="https://fedorahosted.org/koji/"
+url="https://pagure.io/koji"
depends=('python2-krbv' 'python2-pyopenssl' 'urlgrabber' 'rpm-org' 'yum')
makedepends=('python2')
backup=('etc/httpd/conf.d/kojihub.conf'
@@ -15,16 +15,17 @@ backup=('etc/httpd/conf.d/kojihub.conf'
'etc/koji-gc/koji-gc.conf'
'etc/koji-hub/hub.conf'
'etc/koji-hub/plugins/messagebus.conf'
+ 'etc/koji-hub/plugins/protonmsg.conf'
'etc/koji-hub/plugins/rpm2maven.conf'
- 'etc/koji-hub/plugins/runroot.conf'
'etc/koji-shadow/koji-shadow.conf'
'etc/koji.conf'
'etc/kojid/kojid.conf'
+ 'etc/kojid/plugins/runroot.conf'
'etc/kojira/kojira.conf'
'etc/kojivmd/kojivmd.conf'
'etc/kojiweb/web.conf')
-source=("https://git.fedorahosted.org/cgit/koji/snapshot/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('b0782183a9a9eaed969c0e22843e0353660ab30bae74c338a5e9a7d9c3e3fd7a')
+source=("https://releases.pagure.org/koji/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('0ac460de2f0162d8f1336edf9ec30363765303129e244066a47c52d23ab5aef9')
prepare() {
cd "$pkgname-$pkgver"