[arch-commits] Commit in alembic/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Thu Jul 23 14:03:19 UTC 2020
Date: Thursday, July 23, 2020 @ 14:03:18
Author: svenstaro
Revision: 665004
upgpkg: alembic 1.7.13-1
Modified:
alembic/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-23 14:03:17 UTC (rev 665003)
+++ PKGBUILD 2020-07-23 14:03:18 UTC (rev 665004)
@@ -1,8 +1,8 @@
# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
pkgname=alembic
-pkgver=1.7.12
-pkgrel=4
+pkgver=1.7.13
+pkgrel=1
pkgdesc="A open framework for storing and sharing scene data"
arch=('x86_64')
url="http://www.alembic.io/"
@@ -9,8 +9,8 @@
license=('BSD')
depends=('openexr' 'boost-libs' 'hdf5')
makedepends=('cmake' 'boost')
-source=(https://github.com/alembic/alembic/archive/${pkgver}.tar.gz)
-sha512sums=('e05e0b24056c17f01784ced1f9606a269974de195f1aca8a6fce2123314e7ee609f70df77ac7fe18dc7f0c04fb883d38cc7de9b963caacf9586aaa24d4ac6210')
+source=($pkgname-$pkgver.tar.gz::https://github.com/alembic/alembic/archive/${pkgver}.tar.gz)
+sha512sums=('1dcaf1e42f098e6052ec93aa0af99d3ab99d40d570aaa71cb980092be68e440982b05d0230a4543efa01dbd4e82fe617c70e0b3b2548bf9836a553f41f8232b1')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
More information about the arch-commits
mailing list