summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-11-19 13:10:15 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-11-19 13:10:15 +0000
commit7f7497db2ba64758bbd01ff3a9ac5a5897e2d7be (patch)
treeb2a1964ab4db0af10a179740ac591f47afa8c134
parent7f5823ac0c0315ef8c525e45c59c770cdef0b6b0 (diff)
downloadaports-7f7497db2ba64758bbd01ff3a9ac5a5897e2d7be.tar.bz2
aports-7f7497db2ba64758bbd01ff3a9ac5a5897e2d7be.tar.xz
testing/exaile: split -lang
-rw-r--r--testing/exaile/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/exaile/APKBUILD b/testing/exaile/APKBUILD
index f3af4c2a8..ae357cb3e 100644
--- a/testing/exaile/APKBUILD
+++ b/testing/exaile/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=exaile
pkgver=3.4.2
-pkgrel=0
+pkgrel=1
pkgdesc="A music player with a simple interface and powerful music management capabilities"
url="http://www.exaile.org/"
arch="noarch"
@@ -11,7 +11,7 @@ depends=""
depends_dev="python"
makedepends="$depends_dev gettext"
install=""
-subpackages=""
+subpackages="$pkgname-lang"
source="https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz"
_builddir="$srcdir/$pkgname-$pkgver"