[arch-commits] Commit in mtdev/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Thu Jan 30 19:03:08 UTC 2020


    Date: Thursday, January 30, 2020 @ 19:03:07
  Author: andyrtr
Revision: 374366

archrelease: copy trunk to extra-x86_64

Added:
  mtdev/repos/extra-x86_64/PKGBUILD
    (from rev 374365, mtdev/trunk/PKGBUILD)
Deleted:
  mtdev/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-30 19:02:59 UTC (rev 374365)
+++ PKGBUILD	2020-01-30 19:03:07 UTC (rev 374366)
@@ -1,33 +0,0 @@
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: SpepS <dreamspepser at yahoo dot it>
-
-pkgname=mtdev
-pkgver=1.1.5
-pkgrel=2
-pkgdesc="A stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol"
-arch=('x86_64')
-url="https://bitmath.org/code/mtdev/"
-license=('custom:MIT')
-depends=('glibc')
-source=("$url$pkgname-$pkgver.tar.bz2")
-sha512sums=('78477a4af784e3f846df867f1428ffdc458e3ff33d465d45a84247a7e52f0e215cace397d72be64f6e641f07e0b97a930eff0e07fe9507e0138fb028a4037d6d')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make -k check
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-
-  # license
-  install -Dm644 COPYING \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: mtdev/repos/extra-x86_64/PKGBUILD (from rev 374365, mtdev/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-30 19:03:07 UTC (rev 374366)
@@ -0,0 +1,33 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: SpepS <dreamspepser at yahoo dot it>
+
+pkgname=mtdev
+pkgver=1.1.6
+pkgrel=1
+pkgdesc="A stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol"
+arch=('x86_64')
+url="https://bitmath.org/code/mtdev/"
+license=('custom:MIT')
+depends=('glibc')
+source=("$url$pkgname-$pkgver.tar.bz2")
+sha512sums=('859fb0803f330ecaae69f80713ff5a5235c0cb00de6d5ac2717ad82cea856a92b866f0c272ecfe743186abcf925f95585149ba4828b4c91555cfeb2f2a1c98f1')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+
+  # license
+  install -Dm644 COPYING \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list