summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Snowhill2022-12-24 15:07:54 -0800
committerChristopher Snowhill2022-12-24 15:07:54 -0800
commit495c4a7db3f6d16813feaf5eb195ab3fa394e2c2 (patch)
tree66c6f3b9fadc4af010199af52bb36cbae24c55b4
parent73f00ad1103fb95bbc71bf69378876d27016b1da (diff)
downloadaur-495c4a7db3f6d16813feaf5eb195ab3fa394e2c2.tar.gz
eaglemode-0.96.0-1
Also added perl as not just a makedepend, but an optdepend, as the new emStocks plugin runs perl scripts to fetch the stock market info.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df1c6c8af7ae..b4e24880ae1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = eaglemode
pkgdesc = Visit almost everything in your PC simply by zooming in
- pkgver = 0.95.2
+ pkgver = 0.96.0
pkgrel = 1
url = http://eaglemode.sourceforge.net/
arch = i686
@@ -17,7 +17,8 @@ pkgbase = eaglemode
depends = xdg-utils
depends = xine-lib
depends = xz
- source = https://downloads.sourceforge.net/eaglemode/eaglemode-0.95.2.tar.bz2
- sha256sums = 0c99daf98dd2569adc8e572f7735ad8a6b3574bd358cc9a3d66714950e25edb4
+ optdepends = perl: Fetching stock market info for the emStocks plugin
+ source = https://downloads.sourceforge.net/eaglemode/eaglemode-0.96.0.tar.bz2
+ sha256sums = 68c5572697f0b3dae1d8469afc4cd22f0b70be7d295499446e1c73bd7304d61b
pkgname = eaglemode
diff --git a/PKGBUILD b/PKGBUILD
index ef1571e6273b..cafb63f449b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
pkgname=eaglemode
-pkgver=0.95.2
+pkgver=0.96.0
pkgrel=1
pkgdesc="Visit almost everything in your PC simply by zooming in"
arch=('i686' 'x86_64')
@@ -10,9 +10,10 @@ url="http://eaglemode.sourceforge.net/"
license=('GPL3')
depends=('desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'libtiff'
'libpng' 'librsvg' 'poppler-glib' 'xdg-utils' 'xine-lib' 'xz')
+optdepends=('perl: Fetching stock market info for the emStocks plugin')
makedepends=('perl')
source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('0c99daf98dd2569adc8e572f7735ad8a6b3574bd358cc9a3d66714950e25edb4')
+sha256sums=('68c5572697f0b3dae1d8469afc4cd22f0b70be7d295499446e1c73bd7304d61b')
build() {
cd "${srcdir}"/$pkgname-$pkgver