summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 21d9eabf9c9d..e476d9897c46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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
}