summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoron2017-07-22 15:19:03 +0800
committerzoron2017-07-22 15:19:03 +0800
commit7ba01647238676eb0de0d577a280a47fb4154b8e (patch)
tree2ed68855591f55acbe4d71f77f97d2fd4f88d4ae
parent9e42f22a89373d839c14eb8977bf30db5984d911 (diff)
downloadaur-7ba01647238676eb0de0d577a280a47fb4154b8e.tar.gz
v0.2.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5673b0c0b782..8e20aa530845 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = zrandr
- pkgdesc = A simple Qt front end for xrandr
- pkgver = 0.2
+ pkgdesc = A simple Qt5 front end for xrandr
+ pkgver = 0.2.2
pkgrel = 1
url = https://github.com/fralonra/zrandr
arch = any
license = GPL
depends = xorg-xrandr
depends = qt5-base
- source = https://github.com/fralonra/zrandr/archive/v0.2.tar.gz
- md5sums = 66ab5fc2792e298a648faf785fb68acf
+ source = https://github.com/fralonra/zrandr/archive/v0.2.2.tar.gz
+ md5sums = 1a906ab97f5dc86b6a37b5663728ba4c
pkgname = zrandr
diff --git a/PKGBUILD b/PKGBUILD
index 7f78d18db758..81da6e630b07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Zoron <zoronlivingston@gmail.com>
pkgname=zrandr
-pkgver=0.2
+pkgver=0.2.2
pkgrel=1
-pkgdesc="A simple Qt front end for xrandr"
+pkgdesc="A simple Qt5 front end for xrandr"
arch=('any')
url="https://github.com/fralonra/zrandr"
license=('GPL')
depends=('xorg-xrandr' 'qt5-base')
source=("https://github.com/fralonra/$pkgname/archive/v${pkgver}.tar.gz")
-md5sums=('66ab5fc2792e298a648faf785fb68acf')
+md5sums=('1a906ab97f5dc86b6a37b5663728ba4c')
build() {
cd "$srcdir/$pkgname-$pkgver"