summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2018-07-18 09:48:52 +0200
committerbartus2018-07-18 09:48:52 +0200
commitd582834199e104a9b47bc3a32ae6215bcfa09f4b (patch)
tree6fa46f928da3917d33c58701a3cc7536164dcbb0 /PKGBUILD
parente63f2405eee10472427b690394e1bea16a8e8c43 (diff)
downloadaur-d582834199e104a9b47bc3a32ae6215bcfa09f4b.tar.gz
remove old patches
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD19
1 files changed, 6 insertions, 13 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38813bec9fcd..cfa911b16b44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer : bartus <arch-user-repoᘓbartus.33mail.com>
# Maintainer: Alex Dahl <adahl1@umbc.edu>
pkgname=partio-git
-pkgver=1.1.0.r93.g8b6ea0d
-pkgrel=5
+pkgver=1.1.0.r117.g2661682
+pkgrel=1
pkgdesc="Particle IO and manipulation library (git version)"
arch=(i686 x86_64)
url="http://www.disneyanimation.com/technology/partio.html"
@@ -14,12 +14,8 @@ makedepends=('cmake>=2.4.6' 'swig' 'git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://github.com/wdas/partio.git'
- 'CMakeLists.txt.patch'
- 'py_CMakeLists.txt.patch'
)
md5sums=('SKIP'
- '74e654e43cf9e9aacd9ac57c0e0e671c'
- '306cacec7af0af3adb7876c288881062'
)
pkgver() {
@@ -28,13 +24,10 @@ pkgver() {
git describe --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
-prepare() {
- cd "$srcdir"
- # Fix SeExpr dependency and remove tests
- patch -p1 -i "$srcdir/CMakeLists.txt.patch"
- # Change Python version to 2 to work with SeExpr
- patch -p1 -i "$srcdir/py_CMakeLists.txt.patch"
-}
+#prepare() {
+# cd "$srcdir/${pkgname%-git}"
+# git apply ../
+#}
build() {
cd "$srcdir/${pkgname%-git}"