summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Mattern2019-03-17 23:15:37 +0100
committerPeter Mattern2019-03-17 23:15:37 +0100
commit83ef8b239721a663afcaa3197f1e92e9399ccd08 (patch)
tree3a470c727a4e7d0899ae581a03e8cb7ffbb7d389 /PKGBUILD
parent3c16968e3ab295b93d06230bbc9f06b1dbfa5db5 (diff)
downloadaur-83ef8b239721a663afcaa3197f1e92e9399ccd08.tar.gz
Upstream update: release 0.9.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b8a23a8b9d19..d94b7b91a221 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Peter Mattern <pmattern at arcor dot de>
pkgname=featherpad
-pkgver=0.9.2
+pkgver=0.9.3
pkgrel=1
pkgdesc='Lightweight Qt5 plain text editor for Linux'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('qt5-svg' 'qt5-x11extras' 'desktop-file-utils' 'gtk-update-icon-cache')
makedepends=('qt5-tools')
optdepends=('qt5-translations: localized keyboard shortcuts')
source=("$pkgname-$pkgver.tar.gz::https://github.com/tsujan/FeatherPad/archive/V$pkgver.tar.gz")
-sha256sums=('f3ed0bc17b1679e8498d3e453209055274a9f89b1fec01a1201389365d47e67c')
+sha256sums=('3a8f7afbe45c5fb690aeb6a16de2dc6e80d5c9606187a9428b3b7109cf8c2a2f')
build() {
rm -Rf build && mkdir build