summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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 268da7e96be7..7bd79e318504 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = lib_amxc-git
pkgdesc = Generic C-implementation of data containers
- pkgver = v1.1.1.r0.g9959798
+ pkgver = v1.2.1.r0.g6b6e7b0
pkgrel = 1
url = https://gitlab.com/soft.at.home/ambiorix/libraries/libamxc
arch = any
license = MIT
provides = lib_amxc
conflicts = lib_amxc
- source = lib_amxc-git::git+https://gitlab.com/soft.at.home/ambiorix/libraries/libamxc.git#branch=master
+ source = lib_amxc-git::git+https://gitlab.com/soft.at.home/ambiorix/libraries/libamxc.git#branch=main
md5sums = SKIP
pkgname = lib_amxc-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 e569b5c38bec..9e5a0339d1e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: fenrig <fenrig.linux at outlook.com>
pkgname=lib_amxc-git
-pkgver=v1.1.1.r0.g9959798
+pkgver=v1.2.1.r0.g6b6e7b0
pkgrel=1
pkgdesc="Generic C-implementation of data containers"
arch=('any')
@@ -18,7 +18,7 @@ conflicts=(
'lib_amxc'
)
-gitbranch="master"
+gitbranch="main"
source=("${pkgname}::git+https://gitlab.com/soft.at.home/ambiorix/libraries/libamxc.git#branch=${gitbranch}")
md5sums=('SKIP')