summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2019-10-14 02:15:29 +0200
committerPeter Mattern2019-10-14 02:15:29 +0200
commit2693c3f35a05d86ec21a41950591e19e0fceb56e (patch)
treee59f33638953ce125ffe7c316d786de1faa3a5b8
parent4ea9b8fca889ff7ec2adba806755ef02ddd4c441 (diff)
downloadaur-2693c3f35a05d86ec21a41950591e19e0fceb56e.tar.gz
Upstream update: release 0.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87d535e3916a..b8cd672e8806 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = featherpad
pkgdesc = Lightweight Qt5 plain text editor for Linux
- pkgver = 0.9.4
+ pkgver = 0.10.0
pkgrel = 1
url = https://github.com/tsujan/FeatherPad
arch = i686
@@ -12,8 +12,8 @@ pkgbase = featherpad
depends = desktop-file-utils
depends = gtk-update-icon-cache
optdepends = qt5-translations: localized keyboard shortcuts
- source = featherpad-0.9.4.tar.gz::https://github.com/tsujan/FeatherPad/archive/V0.9.4.tar.gz
- sha256sums = 6833ebc541550c0cac4c5e47f0870eb0209f0d779dfeef7273b6287896d46ef6
+ source = featherpad-0.10.0.tar.gz::https://github.com/tsujan/FeatherPad/archive/V0.10.0.tar.gz
+ sha256sums = 2ab052a226242e351000517324782c523d2a3dbe3042ca35ca38c1f2e5a37b9a
pkgname = featherpad
diff --git a/PKGBUILD b/PKGBUILD
index b4759d2d31dc..87475bf20945 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Peter Mattern <pmattern at arcor dot de>
pkgname=featherpad
-pkgver=0.9.4
+pkgver=0.10.0
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=('6833ebc541550c0cac4c5e47f0870eb0209f0d779dfeef7273b6287896d46ef6')
+sha256sums=('2ab052a226242e351000517324782c523d2a3dbe3042ca35ca38c1f2e5a37b9a')
build() {
rm -Rf build && mkdir build