[arch-commits] Commit in wingpanel/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Tue Mar 3 13:05:51 UTC 2020
Date: Tuesday, March 3, 2020 @ 13:05:49
Author: alucryd
Revision: 589643
upgpkg: wingpanel 2.3.0-1
Modified:
wingpanel/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-03 13:04:12 UTC (rev 589642)
+++ PKGBUILD 2020-03-03 13:05:49 UTC (rev 589643)
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
pkgname=wingpanel
-pkgver=2.2.6
+pkgver=2.3.0
pkgrel=1
pkgdesc='The Pantheon Top Panel'
arch=(x86_64)
@@ -23,7 +23,7 @@
vala
)
provides=(libwingpanel-2.0.so)
-source=(git+https://github.com/elementary/wingpanel.git#tag=09462f558186fc279576d3a6a5a0eeac9da6835b)
+source=(git+https://github.com/elementary/wingpanel.git#tag=b3e4f96183eb9245d28fdc466616902446b22e60)
sha256sums=(SKIP)
pkgver() {
@@ -32,12 +32,6 @@
git describe --tags
}
-prepare() {
- cd wingpanel
-
- git cherry-pick -n 23a73e76c19e02aecf4e39352723f8763c7145f3
-}
-
build() {
arch-meson wingpanel build
ninja -C build
More information about the arch-commits
mailing list