summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQue Quotion2022-02-20 18:28:42 +0900
committerQue Quotion2022-02-20 18:28:42 +0900
commit0a4a75493b6c8316a77b22773fe6e0160469e53c (patch)
treed21197508467db25cf1acec223c59f16a23aea40
parent1167a4a46bb9b68e938a29e1055152a8bc81ff0b (diff)
downloadaur-0a4a75493b6c8316a77b22773fe6e0160469e53c.tar.gz
Provide and conflict wingpanel-indicator-cpufreq as they overlap too much to install both
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ba71a7b44ad..094ec4621c40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wingpanel-indicator-powersave-git
pkgdesc = User-discretion power management utility for Wingpanel
- pkgver = r28.b0efb00
- pkgrel = 1
+ pkgver = r34.edf8840
+ pkgrel = 2
url = https://github.com/quequotion/wingpanel-indicator-powersave
arch = x86_64
groups = pantheon-unstable
@@ -19,8 +19,10 @@ pkgbase = wingpanel-indicator-powersave-git
depends = polkit
depends = throttlectl
provides = wingpanel-indicator-powersave
+ provides = wingpanel-indicator-cpufreq
conflicts = wingpanel-indicator-powersave
- source = git+https://github.com/quequotion/wingpanel-indicator-powersave.git
+ conflicts = wingpanel-indicator-cpufreq
+ source = wingpanel-indicator-powersave::git+file:///home/zombie/Sources/git/wingpanel-indicator-powersave
sha256sums = SKIP
pkgname = wingpanel-indicator-powersave-git
diff --git a/PKGBUILD b/PKGBUILD
index 92c00db1d988..e5bcdf0af24a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
pkgname=wingpanel-indicator-powersave-git
-pkgver=r28.b0efb00
-pkgrel=1
+pkgver=r34.edf8840
+pkgrel=2
pkgdesc='User-discretion power management utility for Wingpanel'
arch=('x86_64')
url='https://github.com/quequotion/wingpanel-indicator-powersave'
@@ -11,9 +11,10 @@ license=('GPL2')
groups=('pantheon-unstable')
depends=('glib2' 'glibc' 'gtk3' lib{granite,wingpanel}.so 'polkit' 'throttlectl')
makedepends=('git' 'meson' 'vala' 'wingpanel' 'polkit')
-provides=("${pkgname%-git}")
-conflicts=("${pkgname%-git}")
-source=("git+https://github.com/quequotion/${pkgname%-git}.git")
+provides=("${pkgname%-git}" "wingpanel-indicator-cpufreq")
+conflicts=("${pkgname%-git}" "wingpanel-indicator-cpufreq")
+source=("${pkgname%-git}"::"git+file:///home/zombie/Sources/git/wingpanel-indicator-powersave")
+#source=("git+https://github.com/quequotion/${pkgname%-git}.git")
sha256sums=('SKIP')
pkgver() {
@@ -35,3 +36,4 @@ package() {
DESTDIR="$pkgdir" ninja -C build install
}
+