summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkleintux2022-06-24 18:20:06 +0200
committerkleintux2022-06-24 18:20:06 +0200
commit870f87d9b470178b4c133bc960ce77d85ae0d73f (patch)
tree1fa42ba16da4feb7f40af9207b7799adbae12533 /PKGBUILD
parent4ba7b33a5673e399d61783f53c9142fd410d651c (diff)
downloadaur-870f87d9b470178b4c133bc960ce77d85ae0d73f.tar.gz
adopted and updated to 1.1.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5bdc9b9b941b..d6df0320cffb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Caltlgin Stsodaat <contact@fossdaily.xyz>
+# Maintainer: <reg-archlinux AT klein DOT tuxli DOT ch>
+# Contributor: Caltlgin Stsodaat <contact@fossdaily.xyz>
_pkgname='QRit'
pkgname="${_pkgname,,}"
-pkgver=1.1.3
+pkgver=1.1.5
pkgrel=1
pkgdesc='Create awesome QR codes'
arch=('x86_64')
@@ -11,7 +12,7 @@ license=('GPL3')
depends=('granite' 'qrencode')
makedepends=('meson' 'vala')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('ef81c02adfcdb13c86f22848c73486ab87779665ebf8a06714358c258b88e6c8')
+sha256sums=('a103b39169411ad547aec90e5b6b41752927083ce73b3e3a0112df01717ed44a')
build() {
arch-meson "${_pkgname}-${pkgver}" 'build'