summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Bashe2021-05-16 17:38:06 -0700
committerJoe Bashe2021-05-16 17:38:06 -0700
commit3c4d26091d586fdfa3d29547bf4cdceeb70f3bff (patch)
treec8293aaf4331fc8c5c3a2fe0e789454a5ce3927d
parent3f9c6542aca5e0bd2da8eab13d96197b0d041ced (diff)
downloadaur-3c4d26091d586fdfa3d29547bf4cdceeb70f3bff.tar.gz
Add python2-incremental-git to dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70d3df75d1e9..7d6ac4317287 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = deluge1
makedepends = python2-xdg
depends = python2
depends = python2-twisted-git
+ depends = python2-incremental-git
depends = desktop-file-utils
depends = hicolor-icon-theme
optdepends = python2-service-identity
diff --git a/PKGBUILD b/PKGBUILD
index bd29eeae0421..40c786cc658b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,7 @@ makedepends=('intltool'
'python2-xdg')
depends=('python2'
'python2-twisted-git'
+ 'python2-incremental-git'
'desktop-file-utils'
'hicolor-icon-theme')
optdepends=('python2-service-identity'