diff options
Diffstat (limited to 'user/xfce4-battery-plugin/APKBUILD')
-rw-r--r-- | user/xfce4-battery-plugin/APKBUILD | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/user/xfce4-battery-plugin/APKBUILD b/user/xfce4-battery-plugin/APKBUILD index 21ef88d73..97f0d5de7 100644 --- a/user/xfce4-battery-plugin/APKBUILD +++ b/user/xfce4-battery-plugin/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> # Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com> pkgname=xfce4-battery-plugin -pkgver=1.1.0 +pkgver=1.1.1 pkgrel=0 pkgdesc="Battery monitor plugin for the XFCE panel" url="https://xfce.org" @@ -12,13 +12,6 @@ subpackages="$pkgname-lang" langdir="/usr/lib/locale" source="http://archive.xfce.org/src/panel-plugins/xfce4-battery-plugin/1.1/xfce4-battery-plugin-$pkgver.tar.bz2" -prepare() { - cd "$builddir" - default_prepare - chmod a+w config.sub - update_config_sub -} - build() { cd "$builddir" ./configure \ @@ -41,4 +34,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="d3f5b6d3657abfba2c4c5cb3ab8ddc87f4862f24eb614cb91af48332b3082c3dce7f32eb2e3cb8a9d501ddb01c6259c4fbfbab8ed9c221633e47eb17c623cf09 xfce4-battery-plugin-1.1.0.tar.bz2" +sha512sums="15c0755f95cc03db95f8fe61faa87607dcdb24622c8de3a7941c254e15bf3d65b6683e5a0ff1fd96ca252afede6763f4440c8455665e346169b1107ad44d6651 xfce4-battery-plugin-1.1.1.tar.bz2" |