summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2020-06-26 22:06:59 +0200
committerPeter Mattern2020-06-26 22:06:59 +0200
commit9bdd5219515e14367e327b0ee2e9762180f8e528 (patch)
tree59aabc85741919fe8d7fbda407d0d228760da372
parent4d01b3e9f47cb99055033f2467c2a8996db6d6ce (diff)
downloadaur-9bdd5219515e14367e327b0ee2e9762180f8e528.tar.gz
Upstream update: release 0.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 431b5d51d601..18610ffa0a94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = featherpad
pkgdesc = Lightweight Qt5 plain text editor for Linux
- pkgver = 0.11.1
+ pkgver = 0.12.0
pkgrel = 1
url = https://github.com/tsujan/FeatherPad
arch = i686
@@ -13,8 +13,8 @@ pkgbase = featherpad
depends = desktop-file-utils
depends = gtk-update-icon-cache
optdepends = qt5-translations: localized keyboard shortcuts
- source = featherpad-0.11.1.tar.gz::https://github.com/tsujan/FeatherPad/archive/V0.11.1.tar.gz
- sha256sums = a9cb943587bb0065c7cd7e42b5b396d633d4bab6c531621b4f85b050e0ccd9db
+ source = featherpad-0.12.0.tar.gz::https://github.com/tsujan/FeatherPad/archive/V0.12.0.tar.gz
+ sha256sums = 922305e8724062ca2996b4aa8ada8a24e8c178ecb84adca86a51a560e5c29b52
pkgname = featherpad
diff --git a/PKGBUILD b/PKGBUILD
index b899202a4f10..14161f865655 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Peter Mattern <pmattern at arcor dot de>
pkgname=featherpad
-pkgver=0.11.1
+pkgver=0.12.0
pkgrel=1
pkgdesc='Lightweight Qt5 plain text editor for Linux'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('qt5-svg' 'qt5-x11extras' 'hunspell' 'desktop-file-utils' 'gtk-update-i
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=('a9cb943587bb0065c7cd7e42b5b396d633d4bab6c531621b4f85b050e0ccd9db')
+sha256sums=('922305e8724062ca2996b4aa8ada8a24e8c178ecb84adca86a51a560e5c29b52')
build() {
rm -Rf build && mkdir build