summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Wilper2018-03-11 00:23:45 +0100
committerSimon Wilper2018-03-11 00:23:45 +0100
commitb9a4eec861dae71f6633925d0d9ae2b954d8b4b9 (patch)
treecbae85ed7d1a62cdefb73ef84f352226f4631f4c /PKGBUILD
parent1f70e827624cf23dd49098d04462674239776d95 (diff)
downloadaur-b9a4eec861dae71f6633925d0d9ae2b954d8b4b9.tar.gz
version bump to 2.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4af82d048b94..9b657043cb7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Simon Wilper <sxw@chronowerks.de>
pkgname=unit-convert
-pkgver=2.0.7
+pkgver=2.1.0
pkgrel=1
pkgdesc="Qt Unit Conversion Tool"
url="https://github.com/simonaw/unit-convert/"
@@ -8,7 +8,7 @@ arch=('x86_64' 'i686')
license=('LGPL2')
depends=('qt5-base' 'qt5-script')
source=("https://github.com/simonaw/unit-convert/archive/${pkgver}.tar.gz")
-md5sums=('50135c71d5a93b2c61022451c453fc78');
+sha512sums=('ccca90db19aed1a51943689614446fe1db2849faa8ea262c44d36fcc60f1d650f2f08b5257fad1a441107d6c456dd5b0452843112c30f5c97a4ae447dfaebb82')
build() {
cd "${pkgname}-${pkgver}"