summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2021-12-15 01:44:09 +0800
committerlilac2021-12-15 01:44:09 +0800
commit3f6a11c8461fa72fbdad2fbb9aada8b63ebbb9e7 (patch)
treed2053b1a3d003ce11030a02bbcbba83afd1481b5 /PKGBUILD
parent12d135ca391b64f0372a7fda393b6bd50b9988d8 (diff)
downloadaur-3f6a11c8461fa72fbdad2fbb9aada8b63ebbb9e7.tar.gz
[lilac] updated to 0.1.0.r458.894a82ea-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ca7bdde4a8c..9bbb74a48a7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=mmclassification
pkgname=python-mmclassification-git
_pkgver=0.1.0
-pkgver=0.1.0.r149.4b46fd6
+pkgver=0.1.0.r458.894a82ea
pkgrel=1
pkgdesc='OpenMMLab Image Classification Toolbox and Benchmark'
arch=('any')
@@ -20,7 +20,7 @@ makedepends=(
)
provides=(python-mmclassification)
conflicts=(python-mmclassification)
-source=("${_pkgname}"::git+https://github.com/open-mmlab/mmclassification.git)
+source=("${_pkgname}::git+https://github.com/open-mmlab/mmclassification.git")
sha512sums=('SKIP')
pkgver() {
@@ -29,7 +29,7 @@ pkgver() {
}
build() {
- cd "${srcdir}/${_pkgname}"
+ cd "${_pkgname}"
python setup.py build
}