summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6788c6121aad..75b2da0392c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,15 @@
# Contributor: Kenneth Endfinger <kaendfinger@gmail.com>
pkgname=addinclude
-pkgver=1.1.1
+pkgver=1.2.0
pkgrel=1
pkgdesc='Add include statements to header and sourcefiles, for C and C++'
arch=(x86_64)
-url='https://addinclude.roboticoverlords.org/'
+url='https://github.com/xyproto/addinclude'
license=(GPL2)
makedepends=(go)
-source=("https://addinclude.roboticoverlords.org/$pkgname-$pkgver.tar.xz"{,.asc})
-validpgpkeys=('962855F072C7A01846405864FCF3C8CB5CF9C8D4')
-b2sums=('46a174a39a2e0ba03345707af94443525c8766fd760c48be149bb86314591c949c09b000f5b5dd51fdc410dbd884c5e2e33fac84d9733be38aba2a63e0b2d27e'
- 'SKIP')
+source=("https://github.com/xyproto/addinclude/releases/download/v1.2.0/addinclude-1.2.0.tar.xz")
+b2sums=('0ae646d99549fa6e3e9d76aea1c4b3046215339129caaf5c7d21a2629bbe841fd5fc91cdbffcd72ba717d3b325ed880e5173947781beca8ea55f7937423a2a8e')
build() {
cd $pkgname-$pkgver