summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5026cfca75a2..ef00c64ef762 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
-# Maintainer: David Manouchehri <d@32t.ca>
+# Contributor: David Manouchehri <d@32t.ca>
pkgname=gimp-plugin-imgur-git
_gitname=gimp_imgur
_gitbranch=master
_gitauthor=utecht
-pkgver=r11.027a23c
+pkgver=r12.369a75e
pkgrel=1
pkgdesc="A very simple gimp plugin to upload the current image anonymously to imgur."
license=('GPL')
arch=('i686' 'x86_64')
url="https://github.com/$_gitauthor/$_gitname"
depends=('gimp')
-source=("git://github.com/$_gitauthor/$_gitname.git#branch=$_gitbranch")
+makedepends=('git')
+source=("git+https://github.com/$_gitauthor/$_gitname.git#branch=$_gitbranch")
sha512sums=('SKIP')
pkgver() {