Release 0.1.2

This commit is contained in:
Ivan Bushchik 2022-05-08 10:36:17 +03:00
commit cf1b832718
2 changed files with 30 additions and 0 deletions

17
.SRCINFO Normal file
View file

@ -0,0 +1,17 @@
pkgbase = plainde-meta
pkgdesc = Meta package to install plainDE
pkgver = 0.1.2
pkgrel = 1
url = https://plainde.org
arch = x86_64
arch = i686
arch = arm
arch = armv6h
arch = armv7h
arch = aarch64
license = GPL3
depends = plainpanel
depends = plainabout
depends = plaincontrolcenter
pkgname = plainde-meta

13
PKGBUILD Normal file
View file

@ -0,0 +1,13 @@
# Maintainer: Ivan 'ivabus' Bushchik ivabus@ivabus.dev -> https://github.com/ivabus
pkgname=plainde-meta
pkgver=0.1.2
pkgrel=1
pkgdesc="Meta package to install plainDE"
arch=(x86_64 i686 arm armv6h armv7h aarch64)
url="https://plainde.org"
license=(GPL3)
depends=(plainpanel
plainabout
plaincontrolcenter)