summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 4 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc5ea1aa6bdb..5429e6355335 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=curv
pkgname="$_pkgname-git"
-pkgver=0.3.r43.g7d922f3
-pkgrel=3
+pkgver=0.3.r50.g1bb201b
+pkgrel=1
pkgdesc="a language for making art using mathematics"
url="https://github.com/doug-moen/curv"
arch=('x86_64')
@@ -11,10 +11,8 @@ license=('Apache')
makedepends=('cmake' 'git' 'boost' 'openexr' 'glm')
depends=('boost-libs' 'double-conversion' 'ilmbase' 'intel-tbb')
-source=("git+https://github.com/doug-moen/curv"
- "remove_lang_file.patch")
-md5sums=('SKIP'
- '6fd7fe6e81988bd9cd23d85ac920dc3c')
+source=("git+https://github.com/doug-moen/curv")
+md5sums=('SKIP')
pkgver() {
cd "$_pkgname"
@@ -24,10 +22,6 @@ pkgver() {
prepare() {
cd "$_pkgname"
git submodule update --init
- patch -Np1 -i "${srcdir}/remove_lang_file.patch"
-
- echo '#define CURV_VERSION "'`git describe --tags --always --dirty`'"' >,v
- if cmp -s ,v libcurv/version.h; then rm ,v; else mv ,v libcurv/version.h; fi
mkdir -p release
cd release