summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Van Gestel2021-08-08 18:22:09 +0200
committerMatthias Van Gestel2021-08-08 18:22:09 +0200
commit1855f1c803befd143038bc1b1db50862cec39fbe (patch)
tree07fd5f5b500c6970b0ce6953bf96efece308fafe
parent862c7b7725ea9807bc874ddc0fd4a67a50eb25da (diff)
downloadaur-1855f1c803befd143038bc1b1db50862cec39fbe.tar.gz
Manual update to v2.1.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 ee9d43f14c5e..2c172d4d5c4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = amxb_pcb-git
pkgdesc = PCB baapi back-end
- pkgver = v2.0.5.r0.gfd496a3
+ pkgver = v2.1.3.r0.g83c7d92
pkgrel = 1
url = https://gitlab.com/soft.at.home/ambiorix/modules/amxb_backends/amxb_pcb.git
arch = any
@@ -13,8 +13,7 @@ pkgbase = amxb_pcb-git
provides = amxb_pcb-git
conflicts = amxb_pcb
conflicts = amxb_pcb-git
- source = amxb_pcb-git::git+https://gitlab.com/soft.at.home/ambiorix/modules/amxb_backends/amxb_pcb.git#branch=master
+ source = amxb_pcb-git::git+https://gitlab.com/soft.at.home/ambiorix/modules/amxb_backends/amxb_pcb.git#branch=main
md5sums = SKIP
pkgname = amxb_pcb-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 b7b54b9e8fe7..812256aa41ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: fenrig <fenrig.linux at outlook.com>
pkgname=amxb_pcb-git
-pkgver=v2.0.5.r0.gfd496a3
+pkgver=v2.1.3.r0.g83c7d92
pkgrel=1
pkgdesc="PCB baapi back-end"
arch=('any')
@@ -24,7 +24,7 @@ conflicts=(
'amxb_pcb-git'
)
-gitbranch="master"
+gitbranch="main"
source=("${pkgname}::git+https://gitlab.com/soft.at.home/ambiorix/modules/amxb_backends/amxb_pcb.git#branch=${gitbranch}")
md5sums=('SKIP')