[arch-commits] Commit in wingpanel/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Tue Apr 7 18:04:40 UTC 2020
Date: Tuesday, April 7, 2020 @ 18:04:39
Author: alucryd
Revision: 612475
upgpkg: wingpanel 2.3.1-1
Modified:
wingpanel/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-07 18:04:29 UTC (rev 612474)
+++ PKGBUILD 2020-04-07 18:04:39 UTC (rev 612475)
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
pkgname=wingpanel
-pkgver=2.3.0.r3.88305e0
+pkgver=2.3.1
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#commit=88305e0e526b5257e67b778c236a7a4333c18be8)
+source=(git+https://github.com/elementary/wingpanel.git#tag=efc60e665e71e9007cd9b06fc5b889228892f2b2)
sha256sums=(SKIP)
pkgver() {
cd wingpanel
- git describe --tags | sed 's/-/.r/; s/-g/./'
+ git describe --tags
}
build() {
More information about the arch-commits
mailing list