lazarus: update to 1.8.4, switch to pacman hooks #74

This commit is contained in:
Francesco Marinucci 2018-12-28 15:11:52 +01:00
parent 2d9213d5e9
commit 4944f62fda
3 changed files with 3 additions and 9 deletions

View File

@ -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"

View File

@ -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}

View File

@ -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