summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpyros Stathopoulos2023-04-07 20:53:14 +0100
committerSpyros Stathopoulos2023-04-07 20:53:14 +0100
commit0565a371033a26f3c90c565f241a09e8e50a6026 (patch)
tree20d53a6f30479657fbd071c337f5bd273f6ed9e0
parent55d37a31ce5908814c430bfb8e799846903712fa (diff)
downloadaur-0565a371033a26f3c90c565f241a09e8e50a6026.tar.gz
Update makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4db88c58d714..f64df45c7bab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = hg-git-hg
pkgdesc = the Hg-Git mercurial plugin
- pkgver = 1774.b963d11cc1c8
+ pkgver = 1860.d6672f726bcf
pkgrel = 1
url = http://hg-git.github.io/
arch = any
license = GPL2
makedepends = mercurial
- makedepends = python-setuptools
+ makedepends = python-setuptools-scm
depends = mercurial
depends = python-dulwich
provides = hg-git
diff --git a/PKGBUILD b/PKGBUILD
index ab5f91636901..dc8ceab14be1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
#
name=hg-git
pkgname=$name-hg
-pkgver=1774.b963d11cc1c8
+pkgver=1860.d6672f726bcf
pkgrel=1
pkgdesc="the Hg-Git mercurial plugin"
arch=(any)
url="http://hg-git.github.io/"
license=('GPL2')
depends=('mercurial' 'python-dulwich')
-makedepends=('mercurial' 'python-setuptools')
+makedepends=('mercurial' 'python-setuptools-scm')
provides=('hg-git')
conflicts=('hg-git')
source=('hg+https://foss.heptapod.net/mercurial/hg-git'