summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRobert Tari2020-07-25 14:50:04 +0200
committerRobert Tari2020-07-25 14:50:04 +0200
commitabb35883a3702259d6452e75f56581dc86418c6c (patch)
treec30e240c877a123ce438312aa00a18c92066185f /PKGBUILD
parentc35be5098b32e62bb733c582f77b1f79f8c23213 (diff)
downloadaur-abb35883a3702259d6452e75f56581dc86418c6c.tar.gz
Updated to 2.0.95
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 4 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 705942e6293c..4dd12fdee84f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,25 +2,19 @@
# Contributor: Valentin Huélamo <vhuelamo at gmail dot com>
pkgname="ayatana-indicator-power"
-pkgver="2.0.94"
+pkgver="2.0.95"
pkgrel="1"
pkgdesc="Ayatana Indicator showing power state"
-arch=("i686" "x86_64")
+arch=("i686" "x86_64" "pentium4")
url="https://github.com/AyatanaIndicators"
license=("GPL2" "GPL3")
depends=("libayatana-indicator" "upower" "systemd" "libnotify" "dconf")
makedepends=("cmake" "cmake-extras" "libnotify" "glib2" "python")
optdepends=("mate-ayatana-indicator-applet" "zenity" "mate-control-center" "mate-power-manager")
-source=("https://github.com/AyatanaIndicators/${pkgname}/archive/${pkgver}.tar.gz" "0002_add-testing-option.patch")
-md5sums=("6b14508f80d39a535dde366358b748b7" "2fab358cf58bfde470e0b1f00931151b")
+source=("https://github.com/AyatanaIndicators/${pkgname}/archive/${pkgver}.tar.gz")
+md5sums=("fb07dee2f4b2567d4ab45b0d7075d551")
options=("!emptydirs")
-prepare()
-{
- cd ${pkgname}-${pkgver}
- patch -Np1 -i ../0002_add-testing-option.patch
-}
-
build()
{
cd ${pkgname}-${pkgver}