summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41997e2c5742..86bfca91152a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = deadbeef-plugin-customizabletb-git
arch = i686
arch = x86_64
license = GPL2
- makedepends = mercurial
+ makedepends = git
depends = deadbeef>=0.6
source = git+https://github.com/kravich/ddb_customizabletb
source = build.patch
diff --git a/PKGBUILD b/PKGBUILD
index 71eb2cc1816f..1c29ff95237e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://github.com/kravich/ddb_customizabletb"
license=(GPL2)
depends=('deadbeef>=0.6')
-makedepends=(mercurial)
+makedepends=(git)
source=('git+https://github.com/kravich/ddb_customizabletb'
'build.patch')
md5sums=('SKIP'