diff options
Diffstat (limited to 'libre/povray')
-rw-r--r-- | libre/povray/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/libre/povray/PKGBUILD b/libre/povray/PKGBUILD index acbd620b6..0bcc2e65c 100644 --- a/libre/povray/PKGBUILD +++ b/libre/povray/PKGBUILD @@ -1,17 +1,16 @@ -# $Id: PKGBUILD 121933 2014-11-05 06:43:10Z fyan $ +# $Id: PKGBUILD 131935 2015-04-22 10:18:29Z arodseth $ # Maintainer (Arch): Alexander Rødseth <rodseth@gmail.com> # Contributor (Arch): Tom Newsom <Jeepster@gmx.co.uk> # Contributor (Arch): tobias <tobias@archlinux.org> # Contributor (Arch): red_over_blue # Contributor (Arch): neri - # Maintainer: Márcio Silva <coadde@parabola.nu> # Don't build povray before 3.7 version (that ones are nonfree software) _pkgname=povray-libre pkgname=povray pkgver=3.7 -pkgrel=6.parabola2 +pkgrel=7.parabola1 epoch=1 pkgdesc='Script based raytracer for creating 3D graphics, without nonfree documentation' arch=('x86_64' 'i686' 'mips64el') @@ -23,8 +22,8 @@ conflicts=("$_pkgname") replaces=("$_pkgname") backup=("etc/povray/$pkgver/povray.conf" "etc/povray/$pkgver/povray.ini") -mksource=("https://github.com/POV-Ray/$pkgname/archive/$pkgver-stable.zip") -source=("https://repo.parabola.nu/other/$_pkgname/$_pkgname-$pkgver-stable.tar.xz" +mksource=("$pkgname-$pkgver.zip::https://github.com/POV-Ray/$pkgname/archive/$pkgver-stable.zip") +source=("https://repo.parabola.nu/other/$_pkgname/$_pkgname-$pkgver.tar.xz" 'povray3.7.0_rc3-user-conf.patch') mksha256sums=('1261d963327a4b04c09d56bbd7436d0062e6bf8363674e3fb4e240beefb5b5cb') sha256sums=('ba2a867b8593689067143b23ebdccb8f8f46487244802d24d873517287b924f1' |