summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 104196872276..a8fd44d6bf00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = appleseed-git
pkgdesc = physically-based global illumination rendering engine primarily designed for animation and visual effects.
- pkgver = 1.9.0.beta.r209.g32774c124
- pkgrel = 2
+ pkgver = 2.0.5.beta.r58.gc476fda38
+ pkgrel = 1
url = http://appleseedhq.net
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 89eff6192c7d..d5061fbbd12d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer : bartus <arch-user-repoᘓbartus.33mail.com>
pkgname=appleseed-git
#_fragment="#tag=1.7.1-beta"
-pkgver=1.9.0.beta.r209.g32774c124
-pkgrel=2
+pkgver=2.0.5.beta.r58.gc476fda38
+pkgrel=1
pkgdesc="physically-based global illumination rendering engine primarily designed for animation and visual effects. "
arch=(i686 x86_64)
url="http://appleseedhq.net"
@@ -41,8 +41,8 @@ CMAKE_FLAGS=" -DUSE_EXTERNAL_EXR=ON \
-DWARNINGS_AS_ERRORS=OFF"
pkgver() {
- cd ${pkgname}
- git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ cd ${srcdir}/${pkgname}
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
prepare() {