summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin C. Doege2020-05-13 12:53:55 +0200
committerMartin C. Doege2020-05-13 12:53:55 +0200
commit9181ef2549374f4f93935c498b84594ef7fbf6a4 (patch)
tree721a2dd1076df815f6f29c02b65cf97031deb675 /PKGBUILD
parentfb8cddb7b8c8e2a7d861163775ad17d72327bca4 (diff)
downloadaur-aqsis-git.tar.gz
remove patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 6 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4578ff659731..716fea0eb844 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,17 @@
# Maintainer: Martin C. Doege <mdoege at compuserve dot com>
pkgname='aqsis-git'
-pkgdesc='RenderMan-compliant REYES renderer'
-pkgver=20180401.51fd2a31
+pkgdesc='A Pixar RenderMan-compliant REYES renderer'
+pkgver=20200513.883cc9e0
pkgrel=1
arch=('i686' 'x86_64')
license=('GPL3')
url='https://github.com/aqsis/aqsis'
-depends=('boost' 'libtiff' 'flex' 'bison' 'zlib' 'libjpeg' 'openexr')
-makedepends=('git' 'cmake')
-
-source=('git+https://github.com/aqsis/aqsis.git'
- 'aqsis-boost.patch')
-md5sums=('SKIP'
- '74b29b1843b8e16a01a968f8b3bf7273')
+depends=('libtiff' 'flex' 'bison' 'zlib' 'libjpeg' 'openexr')
+makedepends=('boost' 'git' 'cmake')
+source=('git+https://github.com/aqsis/aqsis.git')
+md5sums=('SKIP')
pkgver() {
cd "$srcdir/aqsis"
@@ -23,7 +20,6 @@ pkgver() {
prepare() {
cd "$srcdir/aqsis"
- patch -p1 < "$srcdir/aqsis-boost.patch"
git submodule update --init
}