summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Mattern2017-12-30 12:50:04 +0100
committerPeter Mattern2017-12-30 12:50:04 +0100
commit6b59da9859d7519864ae2242c329180bc555de12 (patch)
tree921eb540e13bad9fb506f0a7fe036cb423453496 /PKGBUILD
parentf3b488f3e91d9e24aef9153b52a791e8e0990c83 (diff)
downloadaur-6b59da9859d7519864ae2242c329180bc555de12.tar.gz
Upstream update: release 0.6.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e076cb8843ee..be4be233a661 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Peter Mattern <pmattern at arcor dot de>
pkgname=featherpad
-pkgver=0.6
+pkgver=0.6.3
pkgrel=1
pkgdesc='Lightweight Qt5 plain text editor for Linux'
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('qt5-svg' 'qt5-x11extras' 'desktop-file-utils' 'gtk-update-icon-cache')
makedepends=('qt5-tools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/tsujan/FeatherPad/archive/V$pkgver.tar.gz")
-sha256sums=('cd23f89bde1f15b4427d133cccb82f943ca759b0146f201bc3c77bf8ae35dac3')
+sha256sums=('4deb8d8d00aaf8fb3d859e9a283132a1aa301cdbb87666f2c71cbdf6a6d10f8c')
build() {
rm -Rf build && mkdir build