summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxime Gauduin2017-05-03 21:40:29 +0200
committerMaxime Gauduin2017-05-03 21:40:29 +0200
commitbff4a25b50aa20ae2f7fd1a88a88f963ba82a27f (patch)
treedd9d0239a29fedf50818a3a9e4aaa6e1d65fe27b /PKGBUILD
parente7f8023cb6d66c66a27ed23b90871cef8e0b6c2d (diff)
downloadaur-bff4a25b50aa20ae2f7fd1a88a88f963ba82a27f.tar.gz
aegisub-git 3.2.2.r303.3594ade71-1
Add patch for icu 59.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f860b1e563b..b9e84469a2ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=aegisub-git
-pkgver=3.2.2.r293.0e8bc44
+pkgver=3.2.2.r303.3594ade71
pkgrel=1
pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
arch=('i686' 'x86_64')
@@ -18,9 +18,11 @@ optdepends=('libpulse: Pulseaudio backend'
provides=('aegisub')
conflicts=('aegisub')
source=('aegisub::git+https://github.com/Aegisub/Aegisub.git'
- 'git+https://github.com/Aegisub/assdraw.git')
+ 'git+https://github.com/Aegisub/assdraw.git'
+ 'aegisub-icu59.1.patch::https://github.com/alucryd/Aegisub/commit/d8c69f57f7fbcea47e61381a14987856eefb5fbd.patch')
sha256sums=('SKIP'
- 'SKIP')
+ 'SKIP'
+ '1e54d36f6be86d45f13b43f9823786ed7274bb2ff7e71cc0d9270de082757df3')
pkgver() {
cd aegisub
@@ -33,6 +35,8 @@ pkgver() {
prepare() {
cd aegisub
+ patch -Np1 -i ../aegisub-icu59.1.patch
+
sed 's/$(LIBS_BOOST) $(LIBS_ICU)/$(LIBS_BOOST) $(LIBS_ICU) -pthread/' -i tools/Makefile
./autogen.sh
}