aboutsummaryrefslogtreecommitdiffstats
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
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 ;)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a13f645..dbfa839 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by makepkg 4.2.1
-# Mon Jun 1 13:54:05 UTC 2015
+# Mon Jun 1 13:54:06 UTC 2015
pkgbase = irker
pkgdesc = An IRC client daemon accepting JSON notification requests presented to a socket.
- pkgver = 2.7
+ pkgver = 2.11
pkgrel = 1
url = http://www.catb.org/esr/irker/
arch = any
@@ -11,8 +11,8 @@ pkgbase = irker
makedepends = docbook-xml
makedepends = docbook-xsl
depends = python2
- source = http://www.catb.org/~esr/irker/irker-2.7.tar.gz
- md5sums = 34dc7b64d20c18d9e50806501a441213
+ source = http://www.catb.org/~esr/irker/irker-2.11.tar.gz
+ md5sums = 5cad68c7ab6bf7b23d9bdc9aeb110632
pkgname = irker
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