ck4up-1.4-1

This commit is contained in:
Jaroslav Lichtblau 2015-05-04 23:08:38 +02:00
parent 8757827491
commit 448d610d95
2 changed files with 7 additions and 5 deletions

View file

@ -1,13 +1,13 @@
pkgbase = ck4up
pkgdesc = Command-line utility to monitor web pages for updates
pkgver = 1.3
pkgver = 1.4
pkgrel = 1
url = http://jue.li/crux/ck4up/
arch = any
license = GPL
depends = ruby
source = http://jue.li/crux/ck4up/ck4up-1.3.tar.gz
md5sums = c3a3e36dc7a32b23a56390db00c963ac
source = http://jue.li/crux/ck4up/ck4up-1.4.tar.gz
md5sums = 181c8342e16a20bd6ebce0a6dd23b894
pkgname = ck4up

View file

@ -2,7 +2,7 @@
# Contributor: Bartlomiej Palmowski (Rotwang), maks1k at wp dot pl
pkgname=ck4up
pkgver=1.3
pkgver=1.4
pkgrel=1
pkgdesc="Command-line utility to monitor web pages for updates"
arch=('any')
@ -10,10 +10,12 @@ url="http://jue.li/crux/ck4up/"
license=('GPL')
depends=('ruby')
source=(http://jue.li/crux/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('c3a3e36dc7a32b23a56390db00c963ac')
md5sums=('181c8342e16a20bd6ebce0a6dd23b894')
package() {
cd $pkgname-$pkgver
make DESTDIR="${pkgdir}" MANDIR=/usr/share/man/man1 install
install -Dm644 $pkgname.conf "${pkgdir}"/usr/share/doc/$pkgname/$pkgname.conf.example
}