summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunYoung Gwak2020-01-27 03:22:24 -0800
committerJunYoung Gwak2020-01-27 03:22:24 -0800
commit778e9c18e03cac04d70c5b8c1c8e79f1f6ed27f9 (patch)
tree3e6ee6bf499cd11fb7590693ff2df0769c24f2fb
parent751597b34a935abca5dfadb75c34935c55e61cdf (diff)
downloadaur-778e9c18e03cac04d70c5b8c1c8e79f1f6ed27f9.tar.gz
Update to v0.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 430720215984..fd2809c1ddb3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-minkowskiengine
pkgdesc = Auto-diff library for generalized sparse convolutions
- pkgver = 0.3.3
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/StanfordVL/MinkowskiEngine
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = python-minkowskiengine
depends = cblas
optdepends = python-torchvision: Sample code dependency
optdepends = python-open3d: Sample code dependency
- source = https://github.com/StanfordVL/MinkowskiEngine/archive/v0.3.3.tar.gz
- sha512sums = eff585b6e054e52f236bdfd7930abe987a57ca68a737bf81d85e18996132570895460aa02ed496e5e034001a640749bf1322fdfc9848acc7dec555976c47f995
+ source = https://github.com/StanfordVL/MinkowskiEngine/archive/v0.4.0.tar.gz
+ sha512sums = db6ec2babd84228a6327b8e33d56f76cecfc38fa56aa36c6c0c1190db35f99292b686598cc64e2acffe9a229b0868867dd84b6f9a92904ca055dc87bb1816e03
pkgname = python-minkowskiengine
diff --git a/PKGBUILD b/PKGBUILD
index 85fc69e7a98f..4b2c3497df77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-minkowskiengine
_pkgname=MinkowskiEngine
-pkgver=0.3.3
+pkgver=0.4.0
pkgrel=1
pkgdesc="Auto-diff library for generalized sparse convolutions"
url="https://github.com/StanfordVL/MinkowskiEngine"
@@ -15,7 +15,7 @@ makedepends=('python-setuptools')
license=('MIT')
arch=('x86_64')
source=("${url}/archive/v${pkgver}.tar.gz")
-sha512sums=('eff585b6e054e52f236bdfd7930abe987a57ca68a737bf81d85e18996132570895460aa02ed496e5e034001a640749bf1322fdfc9848acc7dec555976c47f995')
+sha512sums=('db6ec2babd84228a6327b8e33d56f76cecfc38fa56aa36c6c0c1190db35f99292b686598cc64e2acffe9a229b0868867dd84b6f9a92904ca055dc87bb1816e03')
prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}"