diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-30 22:54:19 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-08 12:17:07 +0200 |
commit | 1ee7c0d3b569776052e820a74d253cd92b7fb8a9 (patch) | |
tree | c37e9a89b55d0ee125697da83bf45ce16ece971c | |
parent | d3e8ad6aa5c3cb834c9597c434a2c94d67ae1b41 (diff) | |
download | pkgbuilds-1ee7c0d3b569776052e820a74d253cd92b7fb8a9.tar.xz |
irker: updpkg 2.11 → 2.12
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 14 |
2 files changed, 11 insertions, 11 deletions
@@ -1,8 +1,8 @@ # Generated by makepkg 4.2.1 # 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.11 + pkgdesc = IRC client daemon accepting JSON notification requests + pkgver = 2.12 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.11.tar.gz - md5sums = 5cad68c7ab6bf7b23d9bdc9aeb110632 + source = http://www.catb.org/~esr/irker/irker-2.12.tar.gz + sha1sums = 332b1e647b3f06755f02c03262409909d278c372 pkgname = irker @@ -1,8 +1,8 @@ pkgname=irker -pkgver=2.11 +pkgver=2.12 pkgrel=1 -pkgdesc="An IRC client daemon accepting JSON notification requests presented to a socket." +pkgdesc="IRC client daemon accepting JSON notification requests" url="http://www.catb.org/esr/irker/" arch=('any') license=('BSD') @@ -10,9 +10,9 @@ license=('BSD') depends=('python2') makedepends=('xmlto' 'docbook-xml' 'docbook-xsl') -source=("http://www.catb.org/~esr/irker/$pkgname-$pkgver.tar.gz") +source=("http://www.catb.org/~esr/irker/irker-$pkgver.tar.gz") -md5sums=('5cad68c7ab6bf7b23d9bdc9aeb110632') +sha1sums=('332b1e647b3f06755f02c03262409909d278c372') build() { cd irker-$pkgver @@ -23,7 +23,7 @@ build() { package() { cd irker-$pkgver make DESTDIR="$pkgdir" install - install -Dm 755 irkerhook.py "$pkgdir/usr/bin/irkerhook.py" - install -Dm 755 irk "$pkgdir/usr/bin/irk" - install -Dm 644 COPYING "$pkgdir/usr/share/licenses/irker/LICENSE" + install -Dm 755 irkerhook.py "$pkgdir"/usr/bin/irkerhook.py + install -Dm 755 irk "$pkgdir"/usr/bin/irk + install -Dm 644 COPYING "$pkgdir"/usr/share/licenses/irker/LICENSE } |