summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3165523195a8..7bddf634f91e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = naturalscrolling
arch = i686
license = GPL3
depends = python2
+ depends = python-distutils-extra
source = git+https://github.com/cemmanouilidis/naturalscrolling.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7c4cfc36eac1..0a9d9c1668ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgdesc='Natural Scrolling application'
arch=('x86_64' 'i686')
url='https://github.com/cemmanouilidis/naturalscrolling'
license=('GPL3')
-depends=('python2')
+depends=('python2' 'python-distutils-extra')
source=('git+https://github.com/cemmanouilidis/naturalscrolling.git')
sha256sums=('SKIP')