Skip to content
Snippets Groups Projects
Unverified Commit d079a3f6 authored by Maxime Gauduin's avatar Maxime Gauduin
Browse files

upgpkg: 8.0.0-1

parent b1497f99
No related branches found
Tags 8.0.0-1
No related merge requests found
pkgbase = switchboard-plug-display
pkgdesc = Switchboard Display Plug
pkgver = 7.0.0.r66.39d2ae5
pkgver = 8.0.0
pkgrel = 1
url = https://github.com/elementary/switchboard-plug-display
arch = x86_64
......@@ -16,7 +16,7 @@ pkgbase = switchboard-plug-display
depends = libgee
depends = libgranite-7.so
depends = libswitchboard-3.so
source = git+https://github.com/elementary/switchboard-plug-display.git#commit=39d2ae5375afb8ed2f7b5cac6c746f6d3f354772
source = git+https://github.com/elementary/switchboard-plug-display.git#tag=310d75149780b94fe959f7fe576927c84b44ae05
b2sums = SKIP
pkgname = switchboard-plug-display
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=switchboard-plug-display
pkgver=7.0.0.r66.39d2ae5
pkgver=8.0.0
pkgrel=1
pkgdesc='Switchboard Display Plug'
arch=(x86_64)
......@@ -22,13 +22,13 @@ makedepends=(
meson
vala
)
_commit=39d2ae5375afb8ed2f7b5cac6c746f6d3f354772
source=(git+https://github.com/elementary/switchboard-plug-display.git#commit=${_commit})
_tag=310d75149780b94fe959f7fe576927c84b44ae05
source=(git+https://github.com/elementary/switchboard-plug-display.git#tag=${_tag})
b2sums=(SKIP)
pkgver() {
cd switchboard-plug-display
git describe --tags | sed 's/-/.r/; s/-g/./'
git describe --tags
}
build() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment