summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Snowhill2022-11-10 02:12:39 -0800
committerChristopher Snowhill2022-11-10 02:12:39 -0800
commit73f00ad1103fb95bbc71bf69378876d27016b1da (patch)
treeb995fa2c69f01bcbac98b5ad98d24aa78aea2cd6
parent2ca2e92e8a34210f82bd2c3b67485b9c64f2c642 (diff)
downloadaur-73f00ad1103fb95bbc71bf69378876d27016b1da.tar.gz
eaglemode-0.95.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ec4e6369223..df1c6c8af7ae 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.1
+ pkgver = 0.95.2
pkgrel = 1
url = http://eaglemode.sourceforge.net/
arch = i686
@@ -17,7 +17,7 @@ pkgbase = eaglemode
depends = xdg-utils
depends = xine-lib
depends = xz
- source = https://downloads.sourceforge.net/eaglemode/eaglemode-0.95.1.tar.bz2
- sha256sums = e7dd54d31f2092a766909971e2fcf8a002170e9e2bca30698e4912e66ac363a0
+ source = https://downloads.sourceforge.net/eaglemode/eaglemode-0.95.2.tar.bz2
+ sha256sums = 0c99daf98dd2569adc8e572f7735ad8a6b3574bd358cc9a3d66714950e25edb4
pkgname = eaglemode
diff --git a/PKGBUILD b/PKGBUILD
index e9c0be37c900..ef1571e6273b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+# Maintainer: Christopher Snowhill <kode54@gmail.com>
+# Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
pkgname=eaglemode
-pkgver=0.95.1
+pkgver=0.95.2
pkgrel=1
pkgdesc="Visit almost everything in your PC simply by zooming in"
arch=('i686' 'x86_64')
@@ -11,7 +12,7 @@ depends=('desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'libtiff'
'libpng' 'librsvg' 'poppler-glib' 'xdg-utils' 'xine-lib' 'xz')
makedepends=('perl')
source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('e7dd54d31f2092a766909971e2fcf8a002170e9e2bca30698e4912e66ac363a0')
+sha256sums=('0c99daf98dd2569adc8e572f7735ad8a6b3574bd358cc9a3d66714950e25edb4')
build() {
cd "${srcdir}"/$pkgname-$pkgver