[arch-commits] Commit in grc/trunk (PKGBUILD install.sh.patch)

Sergej Pupykin spupykin at archlinux.org
Mon Jan 30 12:35:58 UTC 2017


    Date: Monday, January 30, 2017 @ 12:35:57
  Author: spupykin
Revision: 209486

upgpkg: grc 1.10-1

upd

Modified:
  grc/trunk/PKGBUILD
Deleted:
  grc/trunk/install.sh.patch

------------------+
 PKGBUILD         |   15 ++++-----------
 install.sh.patch |    8 --------
 2 files changed, 4 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-30 12:35:52 UTC (rev 209485)
+++ PKGBUILD	2017-01-30 12:35:57 UTC (rev 209486)
@@ -4,7 +4,7 @@
 # Contributor: Edward Toroschin <edward.hades at gmail.com>
 
 pkgname=grc
-pkgver=1.9
+pkgver=1.10
 pkgrel=1
 pkgdesc='Yet another colouriser for beautifying your logfiles or output of commands.'
 arch=('any')
@@ -12,17 +12,10 @@
 license=('GPL')
 depends=('python')
 backup=('etc/grc.conf')
-source=($pkgname-$pkgver.tar.gz::https://github.com/garabik/grc/archive/v$pkgver.tar.gz
-	install.sh.patch)
-md5sums=('2d2d2d4fb465e7f1974b5fecb6903206'
-         '096bfb843ea779d1cf509f11d4fefffe')
+source=($pkgname-$pkgver.tar.gz::https://github.com/garabik/grc/archive/v$pkgver.tar.gz)
+sha256sums=('8d65a141c659c5f992b417c15fe8e1283698bb9f39f8b201fd811deb0841d1f0')
 
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -Np1 -i ../install.sh.patch
-}
-
 package() {
   cd "$srcdir/$pkgname-$pkgver"
-  ./install.sh "$pkgdir"
+  ./install.sh "$pkgdir"/usr "$pkgdir"
 }

Deleted: install.sh.patch
===================================================================
--- install.sh.patch	2017-01-30 12:35:52 UTC (rev 209485)
+++ install.sh.patch	2017-01-30 12:35:57 UTC (rev 209486)
@@ -1,8 +0,0 @@
---- a/install.sh	1999-10-15 01:27:14.000000000 +0800
-+++ b/install.sh	2007-10-04 13:59:30.000000000 +0800
-@@ -12,3 +12,5 @@
- cp -fv conf.* $LIBDIR
- mkdir -p $CONFDIR || true
- cp -fv grc.conf $CONFDIR
-+mkdir -p $MANDIR || true
-+cp -fv {grcat,grc}.1 $MANDIR



More information about the arch-commits mailing list