summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJaroslav Lichtblau2015-05-04 23:08:38 +0200
committerJaroslav Lichtblau2015-05-04 23:08:38 +0200
commit448d610d95c84d6e8e49cba872da3b52dece0785 (patch)
treebaccc893bf52ccaa7c0c993e1d7a4f37e5d2522e /PKGBUILD
parent875782749163fcf1a1d1ced59c888fc19d146ae2 (diff)
downloadaur-448d610d95c84d6e8e49cba872da3b52dece0785.tar.gz
ck4up-1.4-1
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
}