summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRobert Tari2020-04-30 12:06:12 +0200
committerRobert Tari2020-04-30 12:06:12 +0200
commit182f19c0d4818e9a73c087f66099875b55192d1b (patch)
tree452cf7ca19a5b2d616de1934fe0204ba6fe2f858 /PKGBUILD
parente92a425aef93071ea1e51b03ce5487baf1b197f8 (diff)
downloadaur-182f19c0d4818e9a73c087f66099875b55192d1b.tar.gz
Updated to 2.0.94
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a5e8ecc12714..0d8b419d583d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Valentin Huélamo <vhuelamo at gmail dot com>
pkgname="ayatana-indicator-power"
-pkgver="2.0.93"
-pkgrel="4"
+pkgver="2.0.94"
+pkgrel="1"
pkgdesc="Ayatana Indicator showing power state"
arch=("i686" "x86_64")
url="https://github.com/AyatanaIndicators"
@@ -11,15 +11,13 @@ license=("GPL2" "GPL3")
depends=("libayatana-indicator-gtk3" "upower" "systemd" "libnotify" "dconf")
makedepends=("cmake" "cmake-extras" "libnotify" "glib2" "python")
optdepends=("mate-ayatana-indicator-applet" "zenity" "powerd" "mate-control-center" "mate-power-manager")
-https://github.com/AyatanaIndicators/${pkgname}/archive/${pkgver}.tar.gz
-source=("https://github.com/AyatanaIndicators/${pkgname}/archive/${pkgver}.tar.gz" "0001_enum-in-gschemas-unique.patch" "0002_add-testing-option.patch")
-md5sums=("8584e8489ef75c47ef1b820b53d85954" "aa58e7664e559967ba1b7e6c8ba1b4b1" "2fab358cf58bfde470e0b1f00931151b")
+source=("https://github.com/AyatanaIndicators/${pkgname}/archive/${pkgver}.tar.gz" "0002_add-testing-option.patch")
+md5sums=("6b14508f80d39a535dde366358b748b7" "2fab358cf58bfde470e0b1f00931151b")
options=("!emptydirs")
prepare()
{
cd ${pkgname}-${pkgver}
- patch -Np1 -i ../0001_enum-in-gschemas-unique.patch
patch -Np1 -i ../0002_add-testing-option.patch
}