summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Kaspar Rudert (mortzu)2015-05-21 16:09:43 +0200
committerMoritz Kaspar Rudert (mortzu)2015-05-21 16:09:43 +0200
commit6ffa3b4bfe10038c36d2f33d8862b7be575cd81f (patch)
tree8c327c554546820c7a5f4c093c224ffbff99a850
parentb5ad25a1420fb0c79387078cccce35604614a08f (diff)
downloadaur-6ffa3b4bfe10038c36d2f33d8862b7be575cd81f.tar.gz
added dependency
-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')