summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlois Nespor2017-03-23 08:18:49 +0100
committerAlois Nespor2017-03-23 08:18:49 +0100
commitcf992cf89040a5ee961214699310114b5ab971a2 (patch)
treea0686cd16d92d076a505ace0996b88eec9c2c696 /PKGBUILD
parent0381bfca264f4a1635067d349734d5600d3b9136 (diff)
downloadaur-cf992cf89040a5ee961214699310114b5ab971a2.tar.gz
Update to 0.9.0
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x[-rw-r--r--]PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0058f6b0132c..ce31f5cc3ff7 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=boomaga-qt5
_name=boomaga
-pkgver=0.8.0
+pkgver=0.9.0
pkgrel=1
pkgdesc="is a virtual printer for viewing a document before printing it out using the physical printer - QT5 version without KDE"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('qt5-tools' 'ghostscript' 'snappy' 'poppler')
makedepends=('cmake')
conflicts=('boomaga')
source=("https://github.com/boomaga/boomaga/archive/v$pkgver.tar.gz")
-md5sums=('9055f2dbd3fa5eb058f6b33784140672')
+md5sums=('e7e411cb5f1c5deafa1f7128da8a4bf0')
build() {
cd $srcdir/${_name}-$pkgver