summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Palenzuela2019-06-29 11:05:21 +0200
committerManuel Palenzuela2019-06-29 11:05:21 +0200
commit095725009d6baa1f9f6a5c97abae5bd3e83f2f71 (patch)
treebcc351d41a73b027c56a1d902a8533131d937a3e
parentfe901ffa178c7ddb8d2fa4e372c1d2c4202f4da9 (diff)
downloadaur-095725009d6baa1f9f6a5c97abae5bd3e83f2f71.tar.gz
Removed a wrong depend
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 488857e47c8c..787e7dc472bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = smart-wallpaper-git
depends = bash
depends = redshift
depends = feh
- optdepends = geolocate
provides = smart-wallpaper
source = git://github.com/Baitinq/smart-wallpaper.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c3e4766be246..3b3368939b4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,6 @@ url='https://github.com/Baitinq/smart-wallpaper.git'
arch=('any')
license=('GPL')
depends=('bash' 'redshift' 'feh')
-optdepends=('geolocate')
makedepends=('git')
provides=('smart-wallpaper')