summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGaetan Bisson2019-12-21 13:11:26 -1000
committerGaetan Bisson2019-12-21 13:11:26 -1000
commit50b045309d97f8fc766b423e4773aff624a027e8 (patch)
tree96e80b0d4bdae1bd701cdea6bf87fc4a5e1176bb /PKGBUILD
parent4fb591af404ea5259e760fe10275d04339219465 (diff)
downloadaur-xplanet-svn.tar.gz
upstream update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fef2468b27c1..bf2275931efb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,16 @@
pkgname=xplanet-svn
_pkgname=xplanet
-pkgver=20190922.213
-pkgrel=2
+pkgver=20191013.220
+pkgrel=1
pkgdesc='Renders an image of the earth into the X root window'
url='http://xplanet.sourceforge.net/'
arch=('i686' 'x86_64' 'armv7h')
license=('GPL2')
makedepends=('subversion')
depends=('pango' 'giflib' 'libtiff' 'libxss')
-source=("${_pkgname}::svn://svn.code.sf.net/p/xplanet/code/trunk"
- "giflib.patch")
-sha256sums=('SKIP'
- 'c9abf31bf242d7c0940e8fbc5b64714c12edd4b995aba1ebe776ddc0c5bf019a')
+source=("${_pkgname}::svn://svn.code.sf.net/p/xplanet/code/trunk")
+sha256sums=('SKIP')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
@@ -26,7 +24,6 @@ pkgver() {
prepare() {
cd "${srcdir}/${_pkgname}"
- patch -p1 <"${srcdir}/giflib.patch"
sed 's: -I`$FREETYPE_CONFIG --prefix`/include::g' -i acinclude.m4
aclocal && autoconf && automake --add-missing
}