summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b6ac9e0f84b..514516a3d3dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,20 @@
# Maintainer: Alban Fichet <alban.fichet@inria.fr>
pkgname=openexr-thumbnailer
-pkgver=1.0
-pkgrel=2
+pkgver=1.0.1
+pkgrel=3
pkgdesc="Tool to display thumbnails for OpenEXR images in your file manager."
arch=('any')
-url="https://github.com/yama-chan/openexr-thumbnailer"
+url="https://github.com/afichet/openexr-thumbnailer"
license=('GPL')
depends=('gnome-common' 'glib2' 'gdk-pixbuf2' 'openexr')
makedepends=('cmake' 'git')
checkdepends=()
provides=($pkgname=$pkgver)
-source=("$pkgname::git+https://github.com/yama-chan/$pkgname.git")
+source=("$pkgname::git+https://github.com/afichet/$pkgname.git#tag=v$pkgver")
md5sums=('SKIP')
prepare() {
cd "$pkgname"
- git checkout v$pkgver
}
build() {