summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Van Gestel2021-08-08 18:18:42 +0200
committerMatthias Van Gestel2021-08-08 18:18:42 +0200
commit86c5b133af477438b011129b1256a37a725f8529 (patch)
treeadfe96fc537b91a0e0c2b6554652ea3a5e63f5f2
parentc3409035883e2561fd928cc66d8ea74dad0a89ed (diff)
downloadaur-86c5b133af477438b011129b1256a37a725f8529.tar.gz
Manual update to v1.0.6
-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 39ee94b66145..c96bce415eb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = amxb-inspect-git
pkgdesc = Ambiorix Backend inspector/validation tool
- pkgver = v1.0.2.r0.g8347fa5
+ pkgver = v1.0.6.r0.g048460d
pkgrel = 1
url = https://gitlab.com/soft.at.home/ambiorix/applications/amxb-inspect.git
arch = any
@@ -8,8 +8,7 @@ pkgbase = amxb-inspect-git
depends = lib_amxb
provides = amxb-inspect
conflicts = amxb-inspect
- source = amxb-inspect-git::git+https://gitlab.com/soft.at.home/ambiorix/applications/amxb-inspect.git#branch=master
+ source = amxb-inspect-git::git+https://gitlab.com/soft.at.home/ambiorix/applications/amxb-inspect.git#branch=main
md5sums = SKIP
pkgname = amxb-inspect-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 3f1af0071dcc..140e5abf08ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: fenrig <fenrig.linux at outlook.com>
pkgname=amxb-inspect-git
-pkgver=v1.0.2.r0.g8347fa5
+pkgver=v1.0.6.r0.g048460d
pkgrel=1
pkgdesc="Ambiorix Backend inspector/validation tool"
arch=('any')
@@ -19,7 +19,7 @@ conflicts=(
'amxb-inspect'
)
-gitbranch="master"
+gitbranch="main"
source=("${pkgname}::git+https://gitlab.com/soft.at.home/ambiorix/applications/amxb-inspect.git#branch=${gitbranch}")
md5sums=('SKIP')