[arch-commits] Commit in xaos/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Fri Jan 22 18:14:15 UTC 2021
Date: Friday, January 22, 2021 @ 18:14:15
Author: arodseth
Revision: 824749
upgpkg: xaos 4.2.1-1
Modified:
xaos/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-22 18:14:12 UTC (rev 824748)
+++ PKGBUILD 2021-01-22 18:14:15 UTC (rev 824749)
@@ -2,7 +2,7 @@
# Contributor: Eric Bélanger <eric at archlinux.org>
pkgname=xaos
-pkgver=4.2
+pkgver=4.2.1
pkgrel=1
pkgdesc='Interactive fractal zoomer'
arch=(x86_64)
@@ -10,8 +10,8 @@
license=(GPL2)
makedepends=(gendesk git qt5-tools)
depends=(qt5-base)
-source=("git+https://github.com/xaos-project/XaoS#commit=4cbbb8611a0c5a6f1ca8ef3ddc0c3d37ee69c762") # tag: release-4.2
-md5sums=('SKIP')
+source=("git+https://github.com/xaos-project/XaoS#commit=632a48b088326a916e7c6f8fdb4a549ddfcbc7c0") # tag: release-4.2.1
+sha256sums=('SKIP')
prepare() {
# Add missing include
@@ -28,7 +28,7 @@
build() {
cd XaoS
- export DEFINES="USE_OPENGL USE_FLOAT128"
+ export DEFINES='USE_OPENGL USE_FLOAT128'
qmake && make
}
@@ -55,5 +55,3 @@
# Man page
install -Dm644 doc/xaos.6 "$pkgdir/usr/share/man/man6/xaos.6"
}
-
-# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list