summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Mattern2019-03-17 23:12:12 +0100
committerPeter Mattern2019-03-17 23:12:12 +0100
commit3c16968e3ab295b93d06230bbc9f06b1dbfa5db5 (patch)
tree1c26ab88b8aa74a32fa535f33fb926c4edff82f8 /PKGBUILD
parent6b095e2137022adea16fb70e2a5416fddb87bd13 (diff)
downloadaur-3c16968e3ab295b93d06230bbc9f06b1dbfa5db5.tar.gz
Upstream update: release 0.9.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e58486593ddc..b8a23a8b9d19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Peter Mattern <pmattern at arcor dot de>
pkgname=featherpad
-pkgver=0.9.1
-pkgrel=2
+pkgver=0.9.2
+pkgrel=1
pkgdesc='Lightweight Qt5 plain text editor for Linux'
arch=('i686' 'x86_64')
url='https://github.com/tsujan/FeatherPad'
@@ -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=('caa704e4509bcc460b1113eabd42b9be7fcf8b494681fcaba7eb87ee6209350a')
+sha256sums=('f3ed0bc17b1679e8498d3e453209055274a9f89b1fec01a1201389365d47e67c')
build() {
rm -Rf build && mkdir build