diff options
Diffstat (limited to 'main/gparted')
-rw-r--r-- | main/gparted/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/gparted/APKBUILD b/main/gparted/APKBUILD index 5e77c85b8b..75bd17d054 100644 --- a/main/gparted/APKBUILD +++ b/main/gparted/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gparted pkgver=0.9.1 -pkgrel=0 +pkgrel=1 pkgdesc="a graphical partition editor for creating, reorganizing, and deleting disk partitions" url="http://gparted.sourceforge.net/" arch="all" @@ -9,7 +9,7 @@ license="GPL" depends="e2fsprogs" makedepends="gtkmm-dev parted-dev util-linux-dev" install= -subpackages="$pkgname-doc" +subpackages="$pkgname-doc $pkgname-lang" source="http://sourceforge.net/projects/gparted/files/gparted/gparted-$pkgver/gparted-$pkgver.tar.bz2" _builddir="$srcdir"/$pkgname-$pkgver |