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

Jonathan Steel jsteel at archlinux.org
Mon Aug 8 22:26:13 UTC 2016


    Date: Monday, August 8, 2016 @ 22:26:13
  Author: jsteel
Revision: 186091

upgpkg: innotop 1.11.1-1

Modified:
  innotop/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-08 21:18:55 UTC (rev 186090)
+++ PKGBUILD	2016-08-08 22:26:13 UTC (rev 186091)
@@ -3,26 +3,25 @@
 # Contributor: Nassim Kacha <nassim.kacha at gmail.com>
 
 pkgname=innotop
-pkgver=1.10.0
+pkgver=1.11.1
 pkgrel=1
 pkgdesc='A powerful "top" clone for MySQL (MariaDB)'
 arch=('any')
-url="http://innotop.googlecode.com"
+url="https://github.com/innotop/innotop"
 license=('GPL2')
 depends=('perl-dbd-mysql' 'perl-term-readkey')
-makedepends=('git')
 options=('!emptydirs')
-source=(git+https://github.com/innotop/innotop.git#commit=fd0a1f)
-md5sums=('SKIP')
+source=($pkgname-$pkgver.tar.gz::https://github.com/innotop/innotop/archive/v$pkgver.tar.gz)
+md5sums=('91d7ce1422f543384b00d40a448d9856')
 
 build() {
-  cd $pkgname
+  cd $pkgname-$pkgver
 
   perl Makefile.PL
 }
 
 package() {
-  cd $pkgname
+  cd $pkgname-$pkgver
 
   make INSTALLSITESCRIPT=/usr/bin DESTDIR="$pkgdir"/ install 
 }



More information about the arch-commits mailing list