summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Landauer2016-12-15 11:27:18 +0100
committerBernhard Landauer2016-12-15 11:27:18 +0100
commit289669cd6f439f1923a67b9291d83bcb7ff5ad6e (patch)
tree28667810e935b72fb53e9baf93b37acde942e118
parent8e76c93b87bc351eb20c4cc5230347fa7fdbf487 (diff)
downloadaur-289669cd6f439f1923a67b9291d83bcb7ff5ad6e.tar.gz
rm more unneeded depends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f972cad9e4e3..3c908d6954c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Dec 15 08:53:39 UTC 2016
+# Thu Dec 15 10:26:53 UTC 2016
pkgbase = xfce4-calculator-plugin
pkgdesc = Calculator plugin for the Xfce4 panel.
pkgver = 0.6.0
@@ -9,11 +9,7 @@ pkgbase = xfce4-calculator-plugin
arch = i686
arch = x86_64
license = GPL
- makedepends = intltool
- makedepends = xfce4-dev-tools
depends = xfce4-panel
- depends = hicolor-icon-theme
- depends = xdg-utils
source = http://archive.xfce.org/src/panel-plugins/xfce4-calculator-plugin/0.6/xfce4-calculator-plugin-0.6.0.tar.bz2
sha256sums = eb51765580ea4650f9cf062382a820fb6483ee5dbe003aeb6f063929e299f9c2
diff --git a/PKGBUILD b/PKGBUILD
index bd0221712738..361373faf2b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,7 @@ pkgdesc="Calculator plugin for the Xfce4 panel."
arch=('i686' 'x86_64')
url="http://goodies.xfce.org/projects/panel-plugins/$pkgname"
license=('GPL')
-depends=('xfce4-panel' 'hicolor-icon-theme' 'xdg-utils')
-makedepends=('intltool' 'xfce4-dev-tools')
+depends=('xfce4-panel')
install=$pkgname.install
source=(http://archive.xfce.org/src/panel-plugins/xfce4-calculator-plugin/$_maj/$pkgname-$pkgver.tar.bz2)
sha256sums=('eb51765580ea4650f9cf062382a820fb6483ee5dbe003aeb6f063929e299f9c2')