diff options
author | Christopher Snowhill | 2023-07-03 20:33:27 -0700 |
---|---|---|
committer | Christopher Snowhill | 2023-07-03 20:33:27 -0700 |
commit | 7fa5eed0138f547ba7f8f696e5d87980d2cc72aa (patch) | |
tree | 50fc3942a9f51c4d4ebe1b3e897ac1ae79ef1cb2 /PKGBUILD | |
parent | 495c4a7db3f6d16813feaf5eb195ab3fa394e2c2 (diff) | |
download | aur-7fa5eed0138f547ba7f8f696e5d87980d2cc72aa.tar.gz |
eaglemode-0.96.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ # Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> pkgname=eaglemode -pkgver=0.96.0 +pkgver=0.96.1 pkgrel=1 pkgdesc="Visit almost everything in your PC simply by zooming in" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('desktop-file-utils' 'gtk2' 'hicolor-icon-theme' 'libtiff' optdepends=('perl: Fetching stock market info for the emStocks plugin') makedepends=('perl') source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2) -sha256sums=('68c5572697f0b3dae1d8469afc4cd22f0b70be7d295499446e1c73bd7304d61b') +sha256sums=('14884270c821ccb83b39d72ca2ef61070ee421aa8b55414400a524f6ec1134dc') build() { cd "${srcdir}"/$pkgname-$pkgver |