summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Van Gestel2021-08-08 18:08:37 +0200
committerMatthias Van Gestel2021-08-08 18:08:37 +0200
commitb15b24ed61fa277d3c0f1794ff93624e2d97e83f (patch)
tree0f56bc73e1b861f6fc68e6a23813769ab4d9dc32
parent81f271ea9b5d1a5cfdef6a0be61d2ebef25f0cd2 (diff)
downloadaur-b15b24ed61fa277d3c0f1794ff93624e2d97e83f.tar.gz
Manual update to v1.3.3
-rw-r--r--.SRCINFO5
-rw-r--r--.gitignore8
-rw-r--r--PKGBUILD4
3 files changed, 12 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35f4c4555eef..aab198dd6ac6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib_amxo-git
pkgdesc = Generic C-implementation for ODL (Object Definition Language)
- pkgver = v1.1.0.r0.g2ae7b4e
+ pkgver = v1.3.3.r0.g6ae7bfb
pkgrel = 1
url = https://gitlab.com/soft.at.home/ambiorix/libraries/libamxo.git
arch = any
@@ -10,8 +10,7 @@ pkgbase = lib_amxo-git
depends = lib_amxd
provides = lib_amxo
conflicts = lib_amxo
- source = lib_amxo-git::git+https://gitlab.com/soft.at.home/ambiorix/libraries/libamxo.git#branch=master
+ source = lib_amxo-git::git+https://gitlab.com/soft.at.home/ambiorix/libraries/libamxo.git#branch=main
md5sums = SKIP
pkgname = lib_amxo-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 3d5393960366..3b6582f49a98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: fenrig <fenrig.linux at outlook.com>
pkgname=lib_amxo-git
-pkgver=v1.1.0.r0.g2ae7b4e
+pkgver=v1.3.3.r0.g6ae7bfb
pkgrel=1
pkgdesc="Generic C-implementation for ODL (Object Definition Language)"
arch=('any')
@@ -21,7 +21,7 @@ conflicts=(
'lib_amxo'
)
-gitbranch="master"
+gitbranch="main"
source=("${pkgname}::git+https://gitlab.com/soft.at.home/ambiorix/libraries/libamxo.git#branch=${gitbranch}")
md5sums=('SKIP')