summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreugene2021-06-30 12:10:05 +0000
committereugene2021-06-30 12:10:05 +0000
commit54636efcb1365b33739c7ce169960fd67a052a71 (patch)
tree66c8d1ea5fa70cb0ff2e53bb81073038ef41f73e
parent2121f6437045314b4178f7cc123bfc821e5965c3 (diff)
downloadaur-54636efcb1365b33739c7ce169960fd67a052a71.tar.gz
New version: 0.9.26
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11247f2f597c..de948e60802a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tuxpaint
pkgdesc = Drawing program designed for young children
- pkgver = 0.9.25
+ pkgver = 0.9.26
pkgrel = 1
url = http://tuxpaint.org/
arch = x86_64
@@ -20,8 +20,7 @@ pkgbase = tuxpaint
optdepends = tuxpaint-config: configuration manager
optdepends = python2: zh_tw font generator script
backup = etc/tuxpaint/tuxpaint.conf
- source = https://downloads.sourceforge.net/sourceforge/tuxpaint/tuxpaint-0.9.25.tar.gz
- sha256sums = c1185b7ba97701ae48639ade3e55488bd695a919a7b5b38f5b2ab0df93b6e19d
+ source = https://downloads.sourceforge.net/sourceforge/tuxpaint/tuxpaint-0.9.26.tar.gz
+ sha256sums = 4aa83eb2e67bfc7e3493366d0ea231da46b9e6a9c552bf267ec868241fffa8f1
pkgname = tuxpaint
-
diff --git a/PKGBUILD b/PKGBUILD
index 85557662f1e6..9ec763bb2ba0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: royrocks <royrocks13@gmail.com>
pkgname=tuxpaint
-pkgver=0.9.25
+pkgver=0.9.26
pkgrel=1
pkgdesc='Drawing program designed for young children'
arch=('x86_64')
@@ -18,7 +18,7 @@ optdepends=('tuxpaint-stamps: more stamps'
'tuxpaint-config: configuration manager'
'python2: zh_tw font generator script')
source=("https://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz")
-sha256sums=('c1185b7ba97701ae48639ade3e55488bd695a919a7b5b38f5b2ab0df93b6e19d')
+sha256sums=('4aa83eb2e67bfc7e3493366d0ea231da46b9e6a9c552bf267ec868241fffa8f1')
prepare() {
cd "$pkgname-$pkgver"