Release v0.1.2a
This commit is contained in:
parent
687c01d556
commit
55b670334d
2 changed files with 4 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = plaincontrolcenter
|
||||
pkgdesc = plainDE control center
|
||||
pkgver = 0.1.2
|
||||
pkgver = 0.1.2a
|
||||
pkgrel = 1
|
||||
url = https://plainde.org
|
||||
arch = x86_64
|
||||
|
@ -16,11 +16,9 @@ pkgbase = plaincontrolcenter
|
|||
depends = polkit
|
||||
depends = ttf-opensans
|
||||
depends = make
|
||||
depends = alsa-utils
|
||||
depends = kwindowsystem
|
||||
depends = plainpanel
|
||||
depends = plainabout
|
||||
source = git+https://github.com/plainDE/plainControlCenter.git#tag=v0.1.2
|
||||
source = git+https://github.com/plainDE/plainControlCenter.git#tag=v0.1.2a
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = plaincontrolcenter
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,13 +1,13 @@
|
|||
# Maintainer: Ivan 'ivabus' Bushchik ivabus@ivabus.dev -> https://github.com/ivabus
|
||||
|
||||
pkgname=plaincontrolcenter
|
||||
pkgver=0.1.2
|
||||
pkgver=0.1.2a
|
||||
pkgrel=1
|
||||
pkgdesc="plainDE control center"
|
||||
arch=(x86_64 i686 arm armv6h armv7h aarch64)
|
||||
url="https://plainde.org"
|
||||
license=(GPL3)
|
||||
depends=(qt6-base noto-fonts-emoji polkit ttf-opensans make alsa-utils kwindowsystem plainpanel plainabout)
|
||||
depends=(qt6-base noto-fonts-emoji polkit ttf-opensans make plainpanel plainabout)
|
||||
makedepends=(git)
|
||||
source=("git+https://github.com/plainDE/plainControlCenter.git#tag=v${pkgver}")
|
||||
sha256sums=('SKIP')
|
||||
|
|
Loading…
Reference in a new issue