summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Van Gestel2021-08-08 18:05:49 +0200
committerMatthias Van Gestel2021-08-08 18:05:49 +0200
commitd50ccc8948f76d601064fa5f5c74407ff391bdd1 (patch)
tree8753cf69aa7bf8c9eb5af2479bdf7f6ac86891bb
parent02e46e41f254270973f4965cc6a2c69c6802450c (diff)
downloadaur-d50ccc8948f76d601064fa5f5c74407ff391bdd1.tar.gz
Manual update to v0.3.23
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore8
-rw-r--r--PKGBUILD4
3 files changed, 12 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab499f122f6a..46e3f0888973 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib_amxj-git
pkgdesc = JSON Reader/generation - JSON string variant
- pkgver = v0.3.19.r0.g905e132
+ pkgver = v0.3.23.r0.g6724cc7
pkgrel = 1
url = https://gitlab.com/soft.at.home/ambiorix/libraries/libamxj.git
arch = any
@@ -9,7 +9,7 @@ pkgbase = lib_amxj-git
depends = yajl
provides = lib_amxj
conflicts = lib_amxj
- source = lib_amxj-git::git+https://gitlab.com/soft.at.home/ambiorix/libraries/libamxj.git#branch=master
+ source = lib_amxj-git::git+https://gitlab.com/soft.at.home/ambiorix/libraries/libamxj.git#branch=main
md5sums = SKIP
pkgname = lib_amxj-git
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..c5db8d949c6b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,8 @@
+# Ignore everything
+*
+# Allow PKGBUILD
+!PKGBUILD
+# Allow .SRCINFO
+!.SRCINFO
+# allow .gitignore
+!.gitignore
diff --git a/PKGBUILD b/PKGBUILD
index 898c99c3205a..151473208419 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: fenrig <fenrig.linux at outlook.com>
pkgname=lib_amxj-git
-pkgver=v0.3.19.r0.g905e132
+pkgver=v0.3.23.r0.g6724cc7
pkgrel=1
pkgdesc="JSON Reader/generation - JSON string variant"
arch=('any')
@@ -20,7 +20,7 @@ conflicts=(
'lib_amxj'
)
-gitbranch="master"
+gitbranch="main"
source=("${pkgname}::git+https://gitlab.com/soft.at.home/ambiorix/libraries/libamxj.git#branch=${gitbranch}")
md5sums=('SKIP')