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

Antonio Rojas arojas at gemini.archlinux.org
Fri Aug 13 08:24:08 UTC 2021


    Date: Friday, August 13, 2021 @ 08:24:08
  Author: arojas
Revision: 997944

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-13 08:24:00 UTC (rev 997943)
+++ PKGBUILD	2021-08-13 08:24:08 UTC (rev 997944)
@@ -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.11.4
-pkgrel=6
-pkgdesc='A powerful "top" clone for MySQL (MariaDB)'
-arch=('any')
-url="https://github.com/innotop/innotop"
-license=('GPL2')
-depends=('perl-dbd-mysql' 'perl-term-readkey')
-options=('!emptydirs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/innotop/innotop/archive/v$pkgver.tar.gz)
-md5sums=('10f241de71e06923beeee689bf263345')
-
-build() {
-  cd $pkgname-$pkgver
-
-  perl Makefile.PL
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make INSTALLSITESCRIPT=/usr/bin DESTDIR="$pkgdir"/ install 
-}

Copied: innotop/repos/community-any/PKGBUILD (from rev 997943, innotop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-13 08:24:08 UTC (rev 997944)
@@ -0,0 +1,27 @@
+# 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.13.0
+pkgrel=1
+pkgdesc='A powerful "top" clone for MySQL (MariaDB)'
+arch=('any')
+url="https://github.com/innotop/innotop"
+license=('GPL2')
+depends=('perl-dbd-mysql' 'perl-term-readkey')
+options=('!emptydirs')
+source=(https://github.com/innotop/innotop/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('6ec91568e32bda3126661523d9917c7fbbd4b9f85db79224c01b2a740727a65c')
+
+build() {
+  cd $pkgname-$pkgver
+
+  perl Makefile.PL
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make INSTALLSITESCRIPT=/usr/bin DESTDIR="$pkgdir"/ install 
+}



More information about the arch-commits mailing list