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

andyrtr at archlinux.org andyrtr at archlinux.org
Thu Oct 11 16:11:06 UTC 2012


    Date: Thursday, October 11, 2012 @ 12:11:06
  Author: andyrtr
Revision: 168433

upgpkg: mtdev 1.1.3-1

upstream update 1.1.3

Modified:
  mtdev/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-11 16:05:02 UTC (rev 168432)
+++ PKGBUILD	2012-10-11 16:11:06 UTC (rev 168433)
@@ -3,7 +3,7 @@
 # Contributor: SpepS <dreamspepser at yahoo dot it>
 
 pkgname=mtdev
-pkgver=1.1.2
+pkgver=1.1.3
 pkgrel=1
 pkgdesc="A stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('glibc')
 options=('!libtool')
 source=("$url$pkgname-$pkgver.tar.bz2")
-md5sums=('d9c7700918fc392e29da7477ae20c5c2')
+md5sums=('8a236569ad3dd79eaeed45f1935359be')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
@@ -20,6 +20,11 @@
   make
 }
 
+check() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make -k check
+}
+
 package() {
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir/" install




More information about the arch-commits mailing list