diff options
author | root <root@rshg054.dnsready.net> | 2013-03-02 00:04:05 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-02 00:04:05 -0800 |
commit | 98aa0004e23472ee63753fded33cd55d8b942f36 (patch) | |
tree | 1299d9cfb8bcd6bd295a1a279b4ad322b4e9133a /community/aegisub | |
parent | 5ae40a63ab4c6838234db5a9da1e99d8bc27875d (diff) |
Sat Mar 2 00:04:03 PST 2013
Diffstat (limited to 'community/aegisub')
-rwxr-xr-x | community/aegisub/PKGBUILD | 6 | ||||
-rwxr-xr-x | community/aegisub/aegisub.install | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/community/aegisub/PKGBUILD b/community/aegisub/PKGBUILD index 1904ec6c6..3d4671472 100755 --- a/community/aegisub/PKGBUILD +++ b/community/aegisub/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 85219 2013-02-27 18:33:34Z alucryd $ +# $Id: PKGBUILD 85317 2013-03-01 00:32:14Z alucryd $ # Maintainer: Maxime Gauduin <alucryd@gmail.com> # Contributor: kozec <kozec@kozec.com> # Contributor: Limao Luo <luolimao+AUR@gmail.com> pkgname=aegisub pkgver=3.0.2 -pkgrel=5 +pkgrel=6 pkgdesc="A general-purpose subtitle editor with ASS/SSA support" arch=('i686' 'x86_64') url="http://www.aegisub.org" @@ -41,3 +41,5 @@ package() { install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE } + +# vim: ts=2 sw=2 et: diff --git a/community/aegisub/aegisub.install b/community/aegisub/aegisub.install index 105ce6543..af7ea4171 100755 --- a/community/aegisub/aegisub.install +++ b/community/aegisub/aegisub.install @@ -1,5 +1,5 @@ post_install() { - gtk-update-icon-cache -ftq /usr/share/icons/hicolor + gtk-update-icon-cache -ftq usr/share/icons/hicolor update-desktop-database -q } |