summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorben Günther2021-10-07 16:57:30 +0200
committerThorben Günther2021-10-07 16:57:30 +0200
commit0c22bbb5aba3bed434f57280e683895adaa3280d (patch)
tree7e01d56883c9a2697e8a28dc30036810e14e22bb
parent57ef1530dfb9c8b5b9114b95bb7783064863f994 (diff)
downloadaur-0c22bbb5aba3bed434f57280e683895adaa3280d.tar.gz
upgpkg: httpobs-git r657.92641c6-1
Add git to makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e13fa3256c29..3911c7dac966 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = httpobs-git
pkgdesc = A command line tool to scan your website
- pkgver = r650.b267848
+ pkgver = r657.92641c6
pkgrel = 1
url = https://github.com/mozilla/http-observatory
arch = any
license = custom:MPL2
makedepends = python-setuptools
+ makedepends = git
depends = python-celery
depends = python-beautifulsoup4
depends = python-publicsuffixlist
@@ -15,4 +16,3 @@ pkgbase = httpobs-git
sha256sums = SKIP
pkgname = httpobs-git
-
diff --git a/PKGBUILD b/PKGBUILD
index f0ad794558c6..7e6bf30c7ed1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=httpobs-git
_pkgname=httpobs
-pkgver=r650.b267848
+pkgver=r657.92641c6
pkgrel=1
pkgdesc='A command line tool to scan your website'
arch=('any')
url='https://github.com/mozilla/http-observatory'
license=('custom:MPL2')
depends=('python-celery' 'python-beautifulsoup4' 'python-publicsuffixlist')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'git')
provides=('httpobs')
conflicts=('httpobs')
source=(