aboutsummaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-08-04 18:21:48 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-08 12:17:06 +0200
commit31fc88c9ad9ad2cf972907dfe2561d6f4e246cba (patch)
treefbbbabe6765f28e6dae66a0c65ec5c7ce493bf97 /PKGBUILD
parent99d8f138e155a3baec6dbdb9b525613dafdebefc (diff)
downloadpkgbuilds-31fc88c9ad9ad2cf972907dfe2561d6f4e246cba.tar.xz
irker: updpkg 2.7 → 2.11
Sidenote: Finally has upstream md5sums, now we just need to get esr to gpg sign releases too ;)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a3500d..e5ea1ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,17 @@
-# Maintainer: Johannes Löthberg <johannes@kyriasis.com>
-# Contributor: Josh Cartwright <joshc@eso.teric.us>
-
pkgname=irker
-pkgver=2.7
+pkgver=2.11
pkgrel=1
pkgdesc="An IRC client daemon accepting JSON notification requests presented to a socket."
-arch=('any')
url="http://www.catb.org/esr/irker/"
+arch=('any')
license=('BSD')
depends=('python2')
makedepends=('xmlto' 'docbook-xml' 'docbook-xsl')
source=("http://www.catb.org/~esr/irker/$pkgname-$pkgver.tar.gz")
-md5sums=('34dc7b64d20c18d9e50806501a441213')
+md5sums=('5cad68c7ab6bf7b23d9bdc9aeb110632')
build() {
cd irker-$pkgver