summaryrefslogtreecommitdiff
path: root/testing/brasero
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-19 00:01:30 +0000
committerroot <root@rshg054.dnsready.net>2012-04-19 00:01:30 +0000
commitfe675be3a5f22b4397ea55959bb3c47b4c1b8288 (patch)
tree2d8d385678576c75dc561c6fc2c194df7aad2b9b /testing/brasero
parent637c1cfdcd258a870ad5367cbf47a8a2799039c7 (diff)
Thu Apr 19 00:01:30 UTC 2012
Diffstat (limited to 'testing/brasero')
-rw-r--r--testing/brasero/PKGBUILD6
-rw-r--r--testing/brasero/brasero.install10
2 files changed, 8 insertions, 8 deletions
diff --git a/testing/brasero/PKGBUILD b/testing/brasero/PKGBUILD
index 3762b7cd9..a9d9b7272 100644
--- a/testing/brasero/PKGBUILD
+++ b/testing/brasero/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 155019 2012-04-01 11:30:47Z heftig $
+# $Id: PKGBUILD 156384 2012-04-17 20:15:51Z ibiru $
# Maintainer: Allan McRae <allan@archlinux.org>
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=brasero
-pkgver=3.4.0
+pkgver=3.4.1
pkgrel=1
pkgdesc="A disc burning application for Gnome"
arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@ optdepends=('libburn: alternative back-end'
replaces=('nautilus-cd-burner')
install=brasero.install
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e35b739a7db54d21564232303bb9d12609a02976c36cdd8848ff4376a0809198')
+sha256sums=('e4fcd5dca1c7b0a930a43ae59953fa96db3f6beef41ceedb2f0ef8636e26a7a6')
build() {
cd "$pkgname-$pkgver"
diff --git a/testing/brasero/brasero.install b/testing/brasero/brasero.install
index b6c57055e..9248062f7 100644
--- a/testing/brasero/brasero.install
+++ b/testing/brasero/brasero.install
@@ -1,14 +1,14 @@
post_install() {
- usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ glib-compile-schemas /usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
update-desktop-database -q
- update-mime-database usr/share/mime > /dev/null
+ update-mime-database /usr/share/mime > /dev/null
}
post_upgrade() {
- post_install $1
+ post_install
}
post_remove() {
- post_install $1
+ post_install
}