Date: Sunday, January 27, 2019 @ 09:34:15 Author: arodseth Revision: 428201
upgpkg: addinclude 1.0.1-1 Modified: addinclude/trunk/PKGBUILD ----------+ PKGBUILD | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-27 08:45:30 UTC (rev 428200) +++ PKGBUILD 2019-01-27 09:34:15 UTC (rev 428201) @@ -1,22 +1,22 @@ -# Maintainer: Alexander F R�dseth <[email protected]> +# Maintainer: Alexander F. R�dseth <[email protected]> pkgname=addinclude -pkgver=1.0 -pkgrel=2 -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://addinclude.roboticoverlords.org/$pkgname-$pkgver.tar.xz"{,.asc}) +pkgver=1.0.1 +pkgrel=1 +pkgdesc='Utility to add include statements to header- and sourcefiles, for C and C++' +arch=(x86_64) +url='https://addinclude.roboticoverlords.org/' +license=(GPL2) +makedepends=(gcc-go) +source=("https://addinclude.roboticoverlords.org/$pkgname-$pkgver.tar.xz"{,.asc}) validpgpkeys=('962855F072C7A01846405864FCF3C8CB5CF9C8D4') -sha256sums=('23786f497bc5097a26d39ef995c28035506e5bb39172c7d6a03c386e3d79471c' +sha256sums=('af3f5a7d3472b6a871150d82b9905e6a6571ad8d80820e382e20179c7aac2e67' 'SKIP') build() { cd "$pkgname-$pkgver" - go build -o "$pkgname" + go build -gccgoflags "-Wl,-z,relro,-z,now" -o $pkgname } package() {
