diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-03-23 16:31:49 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-03-23 16:31:55 +0000 |
commit | a85243b47895dcb198de7f3def81f69056a0edfe (patch) | |
tree | cb7a363b3054ae15ac1f7357cd0b9abe28e76ac0 /testing/subtitleeditor | |
parent | e5b20fcf9ef45a61d31834e2ad3860a306e8c8e3 (diff) | |
download | aports-a85243b47895dcb198de7f3def81f69056a0edfe.tar.bz2 aports-a85243b47895dcb198de7f3def81f69056a0edfe.tar.xz |
testing/subtitleeditor: fixed typo in source var
Diffstat (limited to 'testing/subtitleeditor')
-rw-r--r-- | testing/subtitleeditor/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/subtitleeditor/APKBUILD b/testing/subtitleeditor/APKBUILD index 628f61f1c1..fbf9da38ba 100644 --- a/testing/subtitleeditor/APKBUILD +++ b/testing/subtitleeditor/APKBUILD @@ -11,7 +11,7 @@ makedepends="libxml++-2.6-dev enchant-dev libsigc++-dev xdg-utils gtkmm3-dev gtk gst-plugins-base1-dev gstreamer1-dev gstreamermm-dev iso-codes-dev gst-libav1 desktop-file-utils gst-plugins-ugly1" subpackages="$pkgname-dev $pkgname-doc" -source="http://download.gna.org/$pkgname/${pkgver%.[0-9]*]}/$pkgname-$pkgver.tar.gz +source="http://download.gna.org/$pkgname/${pkgver%.[0-9]*}/$pkgname-$pkgver.tar.gz 01-fix-build.patch 02-add-missing-potfiles.patch 03-fix-build-gstreamermm-1.8.0.patch |