summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2020-06-26 22:08:54 +0200
committerPeter Mattern2020-06-26 22:08:54 +0200
commit178c34525d00786830463074969507cf108446a5 (patch)
treeb236bcc193685cef05bbebadd73c47cf8760a256
parent9bdd5219515e14367e327b0ee2e9762180f8e528 (diff)
downloadaur-178c34525d00786830463074969507cf108446a5.tar.gz
Upstream update: release 0.12.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18610ffa0a94..4ce25f0c2e4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = featherpad
pkgdesc = Lightweight Qt5 plain text editor for Linux
- pkgver = 0.12.0
+ pkgver = 0.12.1
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.12.0.tar.gz::https://github.com/tsujan/FeatherPad/archive/V0.12.0.tar.gz
- sha256sums = 922305e8724062ca2996b4aa8ada8a24e8c178ecb84adca86a51a560e5c29b52
+ source = featherpad-0.12.1.tar.gz::https://github.com/tsujan/FeatherPad/archive/V0.12.1.tar.gz
+ sha256sums = c32d662003591d612731e7c7086a5c7d8c59093141c414ec970d68605099c74f
pkgname = featherpad
diff --git a/PKGBUILD b/PKGBUILD
index 14161f865655..c85e0a7e9708 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Peter Mattern <pmattern at arcor dot de>
pkgname=featherpad
-pkgver=0.12.0
+pkgver=0.12.1
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=('922305e8724062ca2996b4aa8ada8a24e8c178ecb84adca86a51a560e5c29b52')
+sha256sums=('c32d662003591d612731e7c7086a5c7d8c59093141c414ec970d68605099c74f')
build() {
rm -Rf build && mkdir build