summaryrefslogtreecommitdiff
path: root/community/addinclude/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/addinclude/PKGBUILD')
-rw-r--r--community/addinclude/PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/community/addinclude/PKGBUILD b/community/addinclude/PKGBUILD
index edb5f73d8..3829d1353 100644
--- a/community/addinclude/PKGBUILD
+++ b/community/addinclude/PKGBUILD
@@ -1,13 +1,13 @@
-# $Id: PKGBUILD 87598 2013-04-03 23:28:26Z arodseth $
+# $Id: PKGBUILD 95664 2013-08-15 11:48:01Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
pkgname=addinclude
pkgver=0.9
-pkgrel=8
+pkgrel=9
pkgdesc='Utility to add includes to C header- and sourcefiles'
arch=('x86_64' 'i686')
url='http://addinclude.roboticoverlords.org/'
-license=('GPL')
+license=('GPL2')
makedepends=('go')
source=("http://$pkgname.roboticoverlords.org/$pkgname-$pkgver.tbz2")
sha256sums=('8d88014b4b166d808892f433ce12e3ee683101af5e31886faa52a44cc6f7b451')
@@ -27,8 +27,6 @@ package() {
"$pkgdir/usr/bin/$pkgname"
install -Dm644 "$pkgname.1.gz" \
"$pkgdir/usr/share/man/man1/$pkgname.1.gz"
- install -Dm644 COPYING \
- "$pkgdir/usr/share/licenses/$pkgname/COPYING"
}
# vim:set ts=2 sw=2 et: