summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSantiago Lo Coco2023-09-23 13:14:11 +0000
committerSantiago Lo Coco2023-09-23 13:14:11 +0000
commit74f144c964ae78be213c5e959ee8966d5097c434 (patch)
tree5296f57858887c96f199096ad6f5cfe9f8fc6e82 /PKGBUILD
parent0e8a5f9c1a326777beedf235b31da26a921dbfd3 (diff)
downloadaur-python-isr-git.tar.gz
Bump python-isr-git version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f79edd1beb02..40e6a0213046 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname="python-isr"
pkgname="${_pkgname}-git"
-pkgver=r.
+pkgver=r150.3f6498c
pkgrel=1
pkgdesc="Super-scale your images and run experiments with Residual Dense and Adversarial Networks."
arch=("any")
@@ -13,9 +13,9 @@ depends=("python" ${_pydeps[@]/#/python-})
makedepends=("git" "python-setuptools")
provides=("isr")
conflicts=("isr" "python-isr")
-source=("${pkgname}-${pkgver}.zip::https://github.com/idealo/image-super-resolution/archive/refs/heads/master.zip")
+source=("git+${url}.git")
sha256sums=('SKIP')
-_srcname="image-super-resolution-master"
+_srcname="image-super-resolution"
pkgver() {
cd "${srcdir}/${_srcname}"