summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornot_anonymous2022-12-27 22:47:41 -0700
committernot_anonymous2022-12-27 22:47:41 -0700
commit0450a966582d23df0d37486f70632850fe1a92a0 (patch)
tree98a6ca0041b35ec7ab398733305e78bfbab38d5c
parent8e99d943cbc0a2b7143f3b3b9a84a38791e4b506 (diff)
downloadaur-0450a966582d23df0d37486f70632850fe1a92a0.tar.gz
Updated
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71c1c7b7363b..97dec86926a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = addinclude-git
pkgdesc = Add include statements to header and sourcefiles, for C and C++
- pkgver = 1.1.1
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/xyproto/addinclude
arch = x86_64
license = GPL2
makedepends = go
+ makedepends = git
provides = addinclude
conflicts = addinclude
- source = addinclude::git://github.com/xyproto/addinclude.git#branch=main
+ source = addinclude::git+https://github.com/xyproto/addinclude.git#branch=main
md5sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b5f9a6fd19fe..10512bfda173 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,17 +5,18 @@
pkgname=addinclude-git
_pkgname=addinclude
_authorname=xyproto
-pkgver=1.1.1
+pkgver=1.2.0
+#.r5.g4997fa0
#.r1.g9d6e3c8
pkgrel=1
pkgdesc='Add include statements to header and sourcefiles, for C and C++'
arch=(x86_64)
url='https://github.com/xyproto/addinclude'
license=(GPL2)
-makedepends=(go)
+makedepends=('go' 'git')
provides=(addinclude)
conflicts=(addinclude)
-source=("${_pkgname}::git://github.com/${_authorname}/${_pkgname}.git#branch=main")
+source=("${_pkgname}::git+https://github.com/${_authorname}/${_pkgname}.git#branch=main")
pkgver() {
cd "${_pkgname}"