summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2020-06-26 22:23:17 +0200
committerPeter Mattern2020-06-26 22:23:17 +0200
commite69fdad7d204da997c48140b22fe09af2b91947d (patch)
tree2396a4169502e8d240d4d41a8b64629cf4a21fcb
parent178c34525d00786830463074969507cf108446a5 (diff)
downloadaur-e69fdad7d204da997c48140b22fe09af2b91947d.tar.gz
Upstream update: release 0.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ce25f0c2e4f..401ed53aed48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = featherpad
pkgdesc = Lightweight Qt5 plain text editor for Linux
- pkgver = 0.12.1
+ pkgver = 0.13.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.12.1.tar.gz::https://github.com/tsujan/FeatherPad/archive/V0.12.1.tar.gz
- sha256sums = c32d662003591d612731e7c7086a5c7d8c59093141c414ec970d68605099c74f
+ source = featherpad-0.13.0.tar.gz::https://github.com/tsujan/FeatherPad/archive/V0.13.0.tar.gz
+ sha256sums = 13b866fa92d23bf726d3fd1797a08290d47d4cb0ca09b98fab2da2c0be73ac5d
pkgname = featherpad
diff --git a/PKGBUILD b/PKGBUILD
index c85e0a7e9708..6245d6285b6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Peter Mattern <pmattern at arcor dot de>
pkgname=featherpad
-pkgver=0.12.1
+pkgver=0.13.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=('c32d662003591d612731e7c7086a5c7d8c59093141c414ec970d68605099c74f')
+sha256sums=('13b866fa92d23bf726d3fd1797a08290d47d4cb0ca09b98fab2da2c0be73ac5d')
build() {
rm -Rf build && mkdir build