summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoreugene2020-12-31 17:00:02 +0000
committereugene2020-12-31 17:00:02 +0000
commit2121f6437045314b4178f7cc123bfc821e5965c3 (patch)
treeb4fce8e8ffb70e49fe3db492573711be501c34e4 /PKGBUILD
parentd729d6b858c8430ba426431ef75e61f5eb15f246 (diff)
downloadaur-2121f6437045314b4178f7cc123bfc821e5965c3.tar.gz
New version: 0.9.25
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c870c04f9878..85557662f1e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,20 +4,21 @@
# Contributor: royrocks <royrocks13@gmail.com>
pkgname=tuxpaint
-pkgver=0.9.24
-pkgrel=3
+pkgver=0.9.25
+pkgrel=1
pkgdesc='Drawing program designed for young children'
arch=('x86_64')
url='http://tuxpaint.org/' # no https available
license=('GPL')
backup=('etc/tuxpaint/tuxpaint.conf')
-depends=('fribidi' 'libpaper' 'librsvg' 'python2' 'sdl_image'
+depends=('fribidi' 'libpaper' 'librsvg' 'libimagequant' 'sdl_image'
'sdl_mixer' 'sdl_pango' 'sdl_ttf')
makedepends=('gperf' 'setconf' 'imagemagick')
optdepends=('tuxpaint-stamps: more stamps'
- 'tuxpaint-config: configuration manager')
+ 'tuxpaint-config: configuration manager'
+ 'python2: zh_tw font generator script')
source=("https://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz")
-sha256sums=('8762572f55f335aaa6329106282bebf171e7305f796fa7b5aad3cd78c5a3a11a')
+sha256sums=('c1185b7ba97701ae48639ade3e55488bd695a919a7b5b38f5b2ab0df93b6e19d')
prepare() {
cd "$pkgname-$pkgver"