summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2017-05-03 21:40:29 +0200
committerMaxime Gauduin2017-05-03 21:40:29 +0200
commitbff4a25b50aa20ae2f7fd1a88a88f963ba82a27f (patch)
treedd9d0239a29fedf50818a3a9e4aaa6e1d65fe27b
parente7f8023cb6d66c66a27ed23b90871cef8e0b6c2d (diff)
downloadaur-bff4a25b50aa20ae2f7fd1a88a88f963ba82a27f.tar.gz
aegisub-git 3.2.2.r303.3594ade71-1
Add patch for icu 59.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1982ac0ab8a..2770a99678ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri May 6 07:00:50 UTC 2016
+# Wed May 3 19:40:29 UTC 2017
pkgbase = aegisub-git
pkgdesc = A general-purpose subtitle editor with ASS/SSA support
- pkgver = 3.2.2.r293.0e8bc44
+ pkgver = 3.2.2.r303.3594ade71
pkgrel = 1
url = http://www.aegisub.org
arch = i686
@@ -36,8 +36,10 @@ pkgbase = aegisub-git
conflicts = aegisub
source = aegisub::git+https://github.com/Aegisub/Aegisub.git
source = git+https://github.com/Aegisub/assdraw.git
+ source = aegisub-icu59.1.patch::https://github.com/alucryd/Aegisub/commit/d8c69f57f7fbcea47e61381a14987856eefb5fbd.patch
sha256sums = SKIP
sha256sums = SKIP
+ sha256sums = 1e54d36f6be86d45f13b43f9823786ed7274bb2ff7e71cc0d9270de082757df3
pkgname = aegisub-git
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
}