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

Daniel Wallace dwallace at nymeria.archlinux.org
Mon Aug 19 02:20:38 UTC 2013


    Date: Monday, August 19, 2013 @ 04:20:38
  Author: dwallace
Revision: 95951

upgpkg: reptyr 0.5-1

upgpkg: reptyr 0.5-1

Modified:
  reptyr/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-19 02:17:35 UTC (rev 95950)
+++ PKGBUILD	2013-08-19 02:20:38 UTC (rev 95951)
@@ -2,15 +2,15 @@
 # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
 
 pkgname=reptyr
-pkgver=0.4
-pkgrel=2
+pkgver=0.5
+pkgrel=1
 pkgdesc='Utility for taking an existing running program and attaching it to a new terminal'
 arch=('i686' 'x86_64')
 license=('BSD')
 url="https://github.com/nelhage/reptyr"
 depends=('glibc')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/nelhage/$pkgname/tarball/$pkgname-$pkgver")
-md5sums=('4846a0b22c267a154853ce1409e823da')
+md5sums=('837318cfbdee76267162297987a94b8c')
 
 build() {
 	cd "$srcdir"/nelhage-$pkgname-*
@@ -22,4 +22,5 @@
 	cd "$srcdir"/nelhage-$pkgname-*
 
 	make "DESTDIR=$pkgdir" "PREFIX=/usr" install
+    install -Dm644 COPYING $pkgdir/usr/share/licenses/reptyr/LICENSE
 } 




More information about the arch-commits mailing list