diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2020-04-12 10:25:53 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2020-04-12 10:25:53 -0500 |
commit | 7da4fbbe624e2c79044c765f8b920fd9d3d48ae4 (patch) | |
tree | 123c3e402cfa58e192ee27b956a9130ba1d43fb8 /libre/povray | |
parent | 3d969f6576276de477608fa4d2abe224355a5647 (diff) | |
download | abslibre-7da4fbbe624e2c79044c765f8b920fd9d3d48ae4.tar.gz abslibre-7da4fbbe624e2c79044c765f8b920fd9d3d48ae4.tar.bz2 abslibre-7da4fbbe624e2c79044c765f8b920fd9d3d48ae4.zip |
povray-2:3.7.0.8-5.parabola1: updating version
Diffstat (limited to 'libre/povray')
-rw-r--r-- | libre/povray/PKGBUILD | 32 |
1 files changed, 14 insertions, 18 deletions
diff --git a/libre/povray/PKGBUILD b/libre/povray/PKGBUILD index 50dfdb44a..3962bda3a 100644 --- a/libre/povray/PKGBUILD +++ b/libre/povray/PKGBUILD @@ -1,5 +1,4 @@ -# $Id: PKGBUILD 204856 2017-01-04 10:26:13Z arojas $ -# Maintainer (Arch): Alexander F Rødseth <xyproto@archlinux.org> +# Maintainer (Arch): Alexander F. Rødseth <xyproto@archlinux.org> # Contributor (Arch): Tom Newsom <Jeepster@gmx.co.uk> # Contributor (Arch): tobias <tobias@archlinux.org> # Contributor (Arch): red_over_blue @@ -10,33 +9,30 @@ _pkgname=povray-libre pkgname=povray -pkgver=3.7.0.7 +pkgver=3.7.0.8 _v=${pkgver%.*.*} # 3.7 -pkgrel=1.parabola1 +pkgrel=5 +pkgrel+=.parabola1 epoch=2 -pkgdesc='Script based raytracer for creating 3D graphics, without nonfree documentation' -arch=('x86_64' 'i686' 'armv7h') +pkgdesc='Script based raytracer for creating 3D graphics' +pkgdesc+=', without nonfree documentation' +arch=('x86_64') +arch+=('i686' 'armv7h') license=('AGPL3') -url='http://povray.org/' -depends=('libtiff' 'libpng' 'boost-libs' 'openexr') +url='http://povray.org/' # bad https cert +depends=('boost-libs' 'libpng' 'libtiff' 'openexr') makedepends=('boost' 'git' 'glu') conflicts=("$_pkgname") replaces=("$_pkgname") backup=("etc/povray/$_v/povray.conf" "etc/povray/$_v/povray.ini") -mksource=($pkgname-$pkgver.tar.gz::https://github.com/POV-Ray/povray/archive/v$pkgver.tar.gz) -source=("https://repo.parabola.nu/other/$_pkgname/$_pkgname-$pkgver.tar.xz") -mksha512sums=('ea2b50f648948df9415a7b386aa0bfd2ac5236fa7f480df655a8f7e695cf21d9712d73901f21d1ef87188223f4cb351f195641ab77d88ca66f488566ef78aaed') -sha512sums=('90c859ba91420bc441d59ffde8ea6d8f6a7deb513a9b3dd582ba6e86336f0263ba8c1666e9a9570f9a4e6f744a54139865afa7ffaed07f848231e656b9d22cde') - -mksource() { - cd "$pkgname-$pkgver" +source=("$pkgname-$pkgver.tar.gz::https://github.com/POV-Ray/povray/archive/v$pkgver.tar.gz") +sha512sums=('4de3090cb4c1f7d8004bf5548297f4b95496b3265e5b8b5c861f331bda20de06c9d1ce67858a233740f8091e61315abdd3e519c8db5557b6b37c7a864b85d1c6') +prepare() { # remove nonfree documentation - rm -rv doc -} + rm -rv "$pkgname-$pkgver"/doc -prepare() { cd "$pkgname-$pkgver/unix" sed 's/automake --w/automake --add-missing --w/g' -i prebuild.sh |