From 4944f62fda8ea1c14475b6c058609ccf35fd3c7e Mon Sep 17 00:00:00 2001 From: Francesco Marinucci Date: Fri, 28 Dec 2018 15:11:52 +0100 Subject: [PATCH] lazarus: update to 1.8.4, switch to pacman hooks #74 --- icedtea-web/PKGBUILD | 2 +- lazarus/PKGBUILD | 4 ++-- lazarus/lazarus.install | 6 ------ 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/icedtea-web/PKGBUILD b/icedtea-web/PKGBUILD index 60350a223..2f450c3fd 100644 --- a/icedtea-web/PKGBUILD +++ b/icedtea-web/PKGBUILD @@ -1,6 +1,6 @@ pkgname=icedtea-web pkgver=1.7.1 -pkgrel=1 +pkgrel=2 arch=('x86_64') pkgdesc="Provides a Free Software web browser plugin running applets written in the Java programming language and an implementation of Java Web Start, originally based on the NetX project." url="http://icedtea.classpath.org/wiki/IcedTea-Web" diff --git a/lazarus/PKGBUILD b/lazarus/PKGBUILD index 2150c43c5..b1a1b9446 100644 --- a/lazarus/PKGBUILD +++ b/lazarus/PKGBUILD @@ -1,5 +1,5 @@ pkgname=lazarus -pkgver=1.8.0 +pkgver=1.8.4 pkgrel=1 _pkgsubver=0 pkgdesc='Delphi-like IDE for FreePascal' @@ -12,7 +12,7 @@ options=('!emptydirs' '!makeflags') categories=('programming') install='lazarus.install' source=("https://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20${pkgver}/lazarus-$pkgver.tar.gz") -sha512sums=('dd5e02e9c0a057cf9a6b2c15605969cf4cb743aa78fc81bfdc7c566434127893cf32bab5bd1729f79b51c611bf9ae015bea8d774e0544ead42a064f1224ffd7b') +sha512sums=('82cdc3c32dddf8e67c0bed9292a9a924227bab50f22ca479f5e98ecccbf60dd66c7f886ecb8e2979d9d8fccc3d25462ee8c55fcab085aa4194b4704660e0b95d') build() { cd $srcdir/${pkgname} diff --git a/lazarus/lazarus.install b/lazarus/lazarus.install index 3591cd08f..15ae0d19b 100644 --- a/lazarus/lazarus.install +++ b/lazarus/lazarus.install @@ -1,11 +1,5 @@ update_icons() { - # Setup Menus - if which update-desktop-database - then - update-desktop-database -q /usr/share/applications - fi - # Setup MIME types if which update-mime-database then