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

Alexander Rødseth arodseth at archlinux.org
Tue Oct 17 07:09:30 UTC 2017


    Date: Tuesday, October 17, 2017 @ 07:09:29
  Author: arodseth
Revision: 263125

upgpkg: addinclude 0.9-11

Modified:
  addinclude/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-17 06:36:39 UTC (rev 263124)
+++ PKGBUILD	2017-10-17 07:09:29 UTC (rev 263125)
@@ -1,14 +1,14 @@
 # $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
 
 pkgname=addinclude
 pkgver=0.9
-pkgrel=10
+pkgrel=11
 pkgdesc='Utility to add includes to C header- and sourcefiles'
 arch=('x86_64' 'i686')
 url='http://addinclude.roboticoverlords.org/'
 license=('GPL2')
-makedepends=('go')
+makedepends=('gcc-go')
 source=("http://$pkgname.roboticoverlords.org/$pkgname-$pkgver.tbz2")
 sha256sums=('8d88014b4b166d808892f433ce12e3ee683101af5e31886faa52a44cc6f7b451')
 options=('zipman')
@@ -22,10 +22,8 @@
 package() {
   cd "$pkgname-$pkgver"
 
-  install -Dm755 "$pkgname" \
-    "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 "$pkgname.1.gz" \
-    "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
+  install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list