summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcaltlgin2020-12-03 08:07:46 +1300
committercaltlgin2020-12-03 08:07:46 +1300
commit93c50ac8d7d3d66c4e5a2cb8dc6166f79417f998 (patch)
tree06603c0f5f27f651995282538092a37f6526bba4
parente3afc2b6467fbb41380cf9cdc1a1c031fae5a901 (diff)
downloadaur-93c50ac8d7d3d66c4e5a2cb8dc6166f79417f998.tar.gz
Python 3.9 rebuild
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD2
3 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f30e1601453..b98bf7b56111 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wireviz
pkgdesc = Easily document cables, wiring harnesses and connector pinouts
pkgver = 0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/formatc1702/WireViz
arch = any
license = GPL3
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..05c6d4d4c97b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!.gitignore
+!.SRCINFO
+!PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index 8a11609ebe99..a1443c8808f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='wireviz'
pkgver=0.2
-pkgrel=1
+pkgrel=2
pkgdesc='Easily document cables, wiring harnesses and connector pinouts'
arch=('any')
url='https://github.com/formatc1702/WireViz'