[arch-commits] Commit in wyrd/trunk (PKGBUILD)

Lukas Fleischer lfleischer at nymeria.archlinux.org
Fri Feb 15 14:56:04 UTC 2013


    Date: Friday, February 15, 2013 @ 15:56:03
  Author: lfleischer
Revision: 84290

upgpkg: wyrd 1.4.6-1

Upstream update.

Modified:
  wyrd/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-15 14:50:43 UTC (rev 84289)
+++ PKGBUILD	2013-02-15 14:56:03 UTC (rev 84290)
@@ -3,8 +3,8 @@
 # Contributor: Daniel J Griffiths <griffithsdj at 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 @@
 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
 }




More information about the arch-commits mailing list