summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcaltlgin2020-12-06 15:35:23 +1300
committercaltlgin2020-12-06 15:35:23 +1300
commit9f6b4f636606794c24391cb4ab179bf44f3ed981 (patch)
treefd395ed87ca1b86c517859c042c64545d41ad1a1
parent83a70825a06ad9c18f46b4e51a4b7ced59b72424 (diff)
downloadaur-qrit-git.tar.gz
Refactored PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af67c45834fe..6f32adefcf2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qrit-git
pkgdesc = Create awesome QR codes
- pkgver = 1.1.1.r0.gbd9c8a0
+ pkgver = 1.1.2.r0.gace3b28
pkgrel = 1
url = https://github.com/sergius02/QRit
arch = x86_64
diff --git a/.gitignore b/.gitignore
index 4367ae4a50ac..05c6d4d4c97b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
*
!.gitignore
!.SRCINFO
-!PKGBUILD \ No newline at end of file
+!PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index 1a19f47dea08..e8ee34df4786 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='QRit'
pkgname="${_pkgname,,}-git"
-pkgver=1.1.1.r0.gbd9c8a0
+pkgver=1.1.2.r0.gace3b28
pkgrel=1
pkgdesc='Create awesome QR codes'
arch=('x86_64')