summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSzymon Scholz (raspher)2021-05-19 22:59:52 +0200
committerSzymon Scholz (raspher)2021-05-19 22:59:52 +0200
commit80685c8a5ebe228608424405d6f7ebfd3efce7c7 (patch)
tree93e743ad79564779f63b4370128ac80796bed5b2 /PKGBUILD
parent60b03894ff815023d6936600f58f02227139b149 (diff)
downloadaur-80685c8a5ebe228608424405d6f7ebfd3efce7c7.tar.gz
bump version to 9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5eeddad0e334..58bbd4349429 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Hoàng Văn Khải <hvksmr1996@gmail.com>
+# Maintainer: Szymon Scholz <first name last name [at] gmail [dot] com>
pkgname='emulsion-bin'
-pkgver='7.2'
+pkgver='9.0'
pkgrel='1'
pkgdesc='A fast and minimalistic image viewer'
arch=('x86_64')
@@ -11,22 +11,25 @@ makedepends=(
'coreutils'
'tar'
)
+optdepends=(
+ 'hicolor-icon-theme: hicolor theme hierarchy'
+)
url='https://arturkovacs.github.io/emulsion-website/'
license=('MIT')
source=(
"https://github.com/ArturKovacs/emulsion/releases/download/v$pkgver/Emulsion-Linux.deb-v$pkgver.deb"
)
-sha512sums=('SKIP')
+md5sums=('fde7100a3764cf25eca0fbd0f30c860d')
_mirror() {
install "$1" "usr/$2" "$pkgdir/usr/$2"
}
package() {
- msg2 'Extracting data...'
+ #msg2 'Extracting data...'
tar xf data.tar.gz
- msg2 'Installing...'
+ #msg2 'Installing...'
install -Dm644 usr/lib/emulsion/LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
_mirror -Dm755 bin/emulsion
_mirror -Dm755 share/applications/emulsion.desktop