summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2021-10-11 18:03:14 +0200
committerMichal Wojdyla2021-10-11 18:03:14 +0200
commit21ae8dd5a108faf87e3f0778a9164f3484eb1504 (patch)
tree3d42b2394486e48e5785262bd4be9302679e17af
parent9244b0fb199402c7f10efc917541b7455c72e3c3 (diff)
downloadaur-21ae8dd5a108faf87e3f0778a9164f3484eb1504.tar.gz
add git to makedepends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9be53489a8a4..ea6212392cdc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = gimp-plugin-imgur-git
pkgdesc = A very simple gimp plugin to upload the current image anonymously to imgur.
- pkgver = r11.027a23c
+ pkgver = r12.369a75e
pkgrel = 1
url = https://github.com/utecht/gimp_imgur
arch = i686
arch = x86_64
license = GPL
+ makedepends = git
depends = gimp
- source = git://github.com/utecht/gimp_imgur.git#branch=master
+ source = git+https://github.com/utecht/gimp_imgur.git#branch=master
sha512sums = SKIP
pkgname = gimp-plugin-imgur-git
-
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() {