diff options
author | Wachid Adi Nugroho | 2022-08-15 06:21:32 +0700 |
---|---|---|
committer | Wachid Adi Nugroho | 2022-08-15 06:21:32 +0700 |
commit | c0741139b6ef434dab9bff5f59ff6c53325491de (patch) | |
tree | dc977fcf39cf260584495da60e047e76d8ef99eb | |
parent | 5d4a2318ca8dc7a5bd969dce6d317e6f4ed4ff70 (diff) | |
download | aur-c0741139b6ef434dab9bff5f59ff6c53325491de.tar.gz |
Add cask-server-git to depends and bump version
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,6 @@ pkgbase = maui-shell-git pkgdesc = Maui Shell is a convergent shell for desktops, tablets, and phones. - pkgver = v0.5.0.r43.g4feaa5c + pkgver = v0.5.0.r72.ge969251 pkgrel = 1 url = https://github.com/Nitrux/maui-shell arch = x86_64 @@ -14,6 +14,7 @@ pkgbase = maui-shell-git makedepends = git makedepends = extra-cmake-modules depends = bluedevil + depends = cask-server-git depends = fontconfig depends = kactivities depends = kactivities-stats @@ -2,13 +2,14 @@ pkgname=maui-shell-git _pkgname=${pkgname%-git} -pkgver=v0.5.0.r43.g4feaa5c +pkgver=v0.5.0.r72.ge969251 pkgrel=1 pkgdesc='Maui Shell is a convergent shell for desktops, tablets, and phones.' url='https://github.com/Nitrux/maui-shell' arch=(x86_64 i686 arm armv6h armv7h aarch64) license=(GPL3) depends=(bluedevil + cask-server-git fontconfig kactivities kactivities-stats |