[arch-commits] Commit in wingpanel/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Wed Mar 18 20:39:35 UTC 2020
Date: Wednesday, March 18, 2020 @ 20:39:35
Author: alucryd
Revision: 600689
upgpkg: wingpanel 2.3.0.r3.88305e0-1
Modified:
wingpanel/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-18 20:32:44 UTC (rev 600688)
+++ PKGBUILD 2020-03-18 20:39:35 UTC (rev 600689)
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
pkgname=wingpanel
-pkgver=2.3.0
+pkgver=2.3.0.r3.88305e0
pkgrel=1
pkgdesc='The Pantheon Top Panel'
arch=(x86_64)
@@ -23,13 +23,13 @@
vala
)
provides=(libwingpanel-2.0.so)
-source=(git+https://github.com/elementary/wingpanel.git#tag=b3e4f96183eb9245d28fdc466616902446b22e60)
+source=(git+https://github.com/elementary/wingpanel.git#commit=88305e0e526b5257e67b778c236a7a4333c18be8)
sha256sums=(SKIP)
pkgver() {
cd wingpanel
- git describe --tags
+ git describe --tags | sed 's/-/.r/; s/-g/./'
}
build() {
More information about the arch-commits
mailing list