summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichal Wojdyla2021-10-11 18:03:14 +0200
committerMichal Wojdyla2021-10-11 18:03:14 +0200
commit21ae8dd5a108faf87e3f0778a9164f3484eb1504 (patch)
tree3d42b2394486e48e5785262bd4be9302679e17af /PKGBUILD
parent9244b0fb199402c7f10efc917541b7455c72e3c3 (diff)
downloadaur-gimp-plugin-imgur-git.tar.gz
add git to makedepends
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() {