summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--aegisub.install14
3 files changed, 3 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 378216c82daa..d1982ac0ab8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Sat Mar 12 09:35:14 UTC 2016
+# Fri May 6 07:00:50 UTC 2016
pkgbase = aegisub-git
pkgdesc = A general-purpose subtitle editor with ASS/SSA support
- pkgver = 3.2.2.r277.26fea0e
+ pkgver = 3.2.2.r293.0e8bc44
pkgrel = 1
url = http://www.aegisub.org
- install = aegisub.install
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index d0ae1fd250c6..9f860b1e563b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=aegisub-git
-pkgver=3.2.2.r277.26fea0e
+pkgver=3.2.2.r293.0e8bc44
pkgrel=1
pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
arch=('i686' 'x86_64')
@@ -17,7 +17,6 @@ optdepends=('libpulse: Pulseaudio backend'
'portaudio: Portaudio backend')
provides=('aegisub')
conflicts=('aegisub')
-install='aegisub.install'
source=('aegisub::git+https://github.com/Aegisub/Aegisub.git'
'git+https://github.com/Aegisub/assdraw.git')
sha256sums=('SKIP'
diff --git a/aegisub.install b/aegisub.install
deleted file mode 100644
index 214da2ef9421..000000000000
--- a/aegisub.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- gtk-update-icon-cache -ftq usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-
-# vim: ts=2 sw=2 et: