diff options
author | root <root@rshg054.dnsready.net> | 2013-02-16 00:07:09 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-16 00:07:09 -0800 |
commit | 4a4f6be8604aa35bdc81ae29d86b07dc8aea0c5c (patch) | |
tree | 41f9694a761d6e5637f15f9f9241e5b84cd8897b /community/wyrd/PKGBUILD | |
parent | 067830244f6b16cb094a59e5ca8fa262bd66a2ec (diff) |
Sat Feb 16 00:07:08 PST 2013
Diffstat (limited to 'community/wyrd/PKGBUILD')
-rw-r--r-- | community/wyrd/PKGBUILD | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/community/wyrd/PKGBUILD b/community/wyrd/PKGBUILD index 81973859a..b5944718a 100644 --- a/community/wyrd/PKGBUILD +++ b/community/wyrd/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: Daniel J Griffiths <griffithsdj@archlinux.us> pkgname=wyrd -pkgver=1.4.5 -pkgrel=3 +pkgver=1.4.6 +pkgrel=1 pkgdesc='A text-based front-end to Remind.' arch=('i686' 'x86_64') url='http://pessimization.com/software/wyrd/' @@ -12,16 +12,16 @@ license=('GPL') depends=('remind' 'ncurses') makedepends=('ocaml') source=("http://pessimization.com/software/wyrd/${pkgname}-${pkgver}.tar.gz") -md5sums=('3f39fa83a54d2d890823094aba9ca3cc') +md5sums=('2fc561482fdac4daac0cb6735d934ebe') build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --sysconfdir=/etc --enable-utf8 - make + ./configure --prefix=/usr --sysconfdir=/etc --enable-utf8 + make } package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install } |