summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2021-02-20 23:49:00 -0500
committerSolomon Choina2021-02-20 23:49:00 -0500
commitb20c9431a9813b6d7db48f332540ce05c40d7747 (patch)
tree506dd311d3035f60ca9b68eaa2e209aee551101a
parenta0a72f46e180311635741aa15cfb4d70559bd6c0 (diff)
downloadaur-wingpanel-git.tar.gz
fixing granite depends i think and whatever
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 600202f4c176..03463ae9d10a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wingpanel-git
pkgdesc = Stylish top panel that holds indicators and spawns an application launcher
- pkgver = 2.3.2.r5.ge864189
+ pkgver = 2.3.2.r31.g92e71f7
pkgrel = 1
url = https://github.com/elementary/wingpanel
arch = x86_64
@@ -17,11 +17,10 @@ pkgbase = wingpanel-git
depends = libgee
depends = libgranite.so
depends = mutter
- provides = libwingpanel-3.0.so
+ provides = libwingpanel.so
provides = wingpanel
conflicts = wingpanel
source = git+https://github.com/elementary/wingpanel.git
sha256sums = SKIP
pkgname = wingpanel-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 413b05ddf2f0..50899dae3745 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=wingpanel-git
-pkgver=2.3.2.r5.ge864189
+pkgver=2.3.2.r31.g92e71f7
pkgrel=1
pkgdesc='Stylish top panel that holds indicators and spawns an application launcher'
arch=(x86_64)
@@ -24,7 +24,7 @@ makedepends=(
vala
)
provides=(
- libwingpanel-3.0.so
+ libwingpanel.so
wingpanel
)
conflicts=(wingpanel)