diff options
author | root <root@rshg054.dnsready.net> | 2013-08-20 02:15:20 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-20 02:15:20 -0700 |
commit | 1ae31a85e191bbf7313077b472a66d1c24af1f74 (patch) | |
tree | 91f021858c2e33e1a6633c12b80e54105fd7500b /community/reptyr/PKGBUILD | |
parent | 26606f981048ee9efcda690b619d3c53501a7a58 (diff) |
Tue Aug 20 02:14:51 PDT 2013
Diffstat (limited to 'community/reptyr/PKGBUILD')
-rw-r--r-- | community/reptyr/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/community/reptyr/PKGBUILD b/community/reptyr/PKGBUILD index 0fe64d389..2d80483b2 100644 --- a/community/reptyr/PKGBUILD +++ b/community/reptyr/PKGBUILD @@ -1,16 +1,16 @@ -$Id: PKGBUILD 76717 2012-09-27 16:24:59Z dwallace $ +$Id: PKGBUILD 95952 2013-08-19 02:21:16Z dwallace $ # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com> pkgname=reptyr -pkgver=0.4 -pkgrel=2 -pkgdesc="A tool for \"re-ptying\" programs" +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 @@ package() { cd "$srcdir"/nelhage-$pkgname-* make "DESTDIR=$pkgdir" "PREFIX=/usr" install + install -Dm644 COPYING $pkgdir/usr/share/licenses/reptyr/LICENSE } |