[arch-commits] Commit in reptyr/trunk (PKGBUILD)
    Antonio Rojas 
    arojas at archlinux.org
       
    Sat Jun  9 08:55:56 UTC 2018
    
    
  
    Date: Saturday, June 9, 2018 @ 08:55:55
  Author: arojas
Revision: 342151
BUILDINFO rebuild
Modified:
  reptyr/trunk/PKGBUILD
----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-09 08:45:51 UTC (rev 342150)
+++ PKGBUILD	2018-06-09 08:55:55 UTC (rev 342151)
@@ -3,7 +3,7 @@
 
 pkgname=reptyr
 pkgver=0.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Utility for taking an existing running program and attaching it to a new terminal'
 arch=('x86_64')
 license=('BSD')
@@ -12,6 +12,11 @@
 source=("$pkgname-$pkgver.tar.gz::https://github.com/nelhage/$pkgname/tarball/$pkgname-$pkgver")
 md5sums=('b1ca1630518e6fa7ed353b8debfcf9e4')
 
+prepare() {
+  cd nelhage-$pkgname-*
+  sed -e 's/-Werror//' -i Makefile
+}
+
 build() {
 	cd "$srcdir"/nelhage-$pkgname-*
 
    
    
More information about the arch-commits
mailing list