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

Alexander Rødseth arodseth at archlinux.org
Thu Nov 16 19:38:46 UTC 2017


    Date: Thursday, November 16, 2017 @ 19:38:45
  Author: arodseth
Revision: 267017

upgpkg: addinclude 1.0-1

Modified:
  addinclude/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-16 19:31:16 UTC (rev 267016)
+++ PKGBUILD	2017-11-16 19:38:45 UTC (rev 267017)
@@ -2,16 +2,17 @@
 # Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
 
 pkgname=addinclude
-pkgver=0.9
-pkgrel=11
-pkgdesc='Utility to add includes to C header- and sourcefiles'
+pkgver=1.0
+pkgrel=1
+pkgdesc='Utility to add includes to header- and sourcefiles, for C and C++'
 arch=('x86_64')
 url='http://addinclude.roboticoverlords.org/'
 license=('GPL2')
 makedepends=('gcc-go')
-source=("http://$pkgname.roboticoverlords.org/$pkgname-$pkgver.tbz2")
-sha256sums=('8d88014b4b166d808892f433ce12e3ee683101af5e31886faa52a44cc6f7b451')
-options=('zipman')
+source=("http://addinclude.roboticoverlords.org/$pkgname-$pkgver.tar.xz"{,.asc})
+validpgpkeys=('962855F072C7A01846405864FCF3C8CB5CF9C8D4')
+sha256sums=('23786f497bc5097a26d39ef995c28035506e5bb39172c7d6a03c386e3d79471c'
+            'SKIP')
 
 build() {
   cd "$pkgname-$pkgver"
@@ -22,8 +23,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 "$pkgdir/usr/share/man/man1/$pkgname.1"
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list