[arch-commits] Commit in innotop/repos/community-any (PKGBUILD PKGBUILD)

Jonathan Steel jsteel at archlinux.org
Sun May 17 17:49:20 UTC 2015


    Date: Sunday, May 17, 2015 @ 19:49:20
  Author: jsteel
Revision: 133667

archrelease: copy trunk to community-any

Added:
  innotop/repos/community-any/PKGBUILD
    (from rev 133666, innotop/trunk/PKGBUILD)
Deleted:
  innotop/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   55 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 28 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-17 17:49:04 UTC (rev 133666)
+++ PKGBUILD	2015-05-17 17:49:20 UTC (rev 133667)
@@ -1,27 +0,0 @@
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-# Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
-# Contributor: Nassim Kacha <nassim.kacha at gmail.com>
-
-pkgname=innotop
-pkgver=1.9.1
-pkgrel=2
-pkgdesc='A powerful "top" clone for MySQL (MariaDB)'
-arch=('any')
-url="http://innotop.googlecode.com"
-license=('GPL2')
-depends=('perl-dbd-mysql' 'perl-term-readkey')
-options=('!emptydirs')
-source=(http://innotop.googlecode.com/files/$pkgname-$pkgver.tar.gz)
-md5sums=('7979b7a074e43fe1f0d032034e234bac')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  perl Makefile.PL
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make INSTALLSITESCRIPT=/usr/bin DESTDIR="$pkgdir"/ install 
-}

Copied: innotop/repos/community-any/PKGBUILD (from rev 133666, innotop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-05-17 17:49:20 UTC (rev 133667)
@@ -0,0 +1,28 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Contributor: Nassim Kacha <nassim.kacha at gmail.com>
+
+pkgname=innotop
+pkgver=1.10.0
+pkgrel=1
+pkgdesc='A powerful "top" clone for MySQL (MariaDB)'
+arch=('any')
+url="http://innotop.googlecode.com"
+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')
+
+build() {
+  cd $pkgname
+
+  perl Makefile.PL
+}
+
+package() {
+  cd $pkgname
+
+  make INSTALLSITESCRIPT=/usr/bin DESTDIR="$pkgdir"/ install 
+}



More information about the arch-commits mailing list