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