summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPier Luigi Fiorini2022-04-05 08:39:04 +0200
committerPier Luigi Fiorini2022-04-05 08:39:04 +0200
commitd16f6763fcc97c81eb5082026f6fd2a8c5304046 (patch)
treec513dfe51675bcd7f545725f593ce524d530c2e3
parent1fc75283300927f67810b932f5511d4ba503ebd2 (diff)
downloadaur-d16f6763fcc97c81eb5082026f6fd2a8c5304046.tar.gz
Update package
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b7d27451f87..26554d6550e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = liri-shell-git
pkgdesc = QtQuick and Wayland based shell for convergence
- pkgver = v0.9.0.r421.g5017cda1
+ pkgver = v0.9.0.r595.g9171b3f8
pkgrel = 1
url = https://liri.io
arch = i686
@@ -22,7 +22,7 @@ pkgbase = liri-shell-git
depends = dconf
depends = libliri-git
depends = fluid-git
- depends = liri-platformtheme-git
+ depends = liri-qtintegration-git
depends = qml-xwayland-git
depends = liri-eglfs-git
depends = liri-wayland-git
@@ -37,8 +37,7 @@ pkgbase = liri-shell-git
replaces = liri-shell
options = debug
options = !strip
- source = shell::git://github.com/lirios/shell.git#branch=develop
+ source = shell::git+https://github.com/lirios/shell.git#branch=develop
md5sums = SKIP
pkgname = liri-shell-git
-
diff --git a/PKGBUILD b/PKGBUILD
index ff89b2a957e0..d5c25ccb60c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
pkgname=liri-shell-git
-pkgver=v0.9.0.r421.g5017cda1
+pkgver=v0.9.0.r595.g9171b3f8
pkgrel=1
pkgdesc="QtQuick and Wayland based shell for convergence"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -9,7 +9,7 @@ url='https://liri.io'
license=('GPL3')
depends=('qt5-tools' 'qt5-wayland' 'qt5-accountsservice-git' 'qt5-gsettings-git'
'polkit-qt5' 'solid' 'pam' 'pipewire' 'dconf' 'libliri-git' 'fluid-git'
- 'liri-platformtheme-git' 'qml-xwayland-git' 'liri-eglfs-git'
+ 'liri-qtintegration-git' 'qml-xwayland-git' 'liri-eglfs-git'
'liri-wayland-git')
makedepends=('git' 'liri-cmake-shared-git')
options=(debug !strip)
@@ -18,7 +18,7 @@ replaces=('hawaii-shell-git' 'papyros-shell-git' 'liri-workspace-git' 'liri-shel
provides=('liri-shell')
groups=('liri-git')
-_gitroot="git://github.com/lirios/shell.git"
+_gitroot="git+https://github.com/lirios/shell.git"
_gitbranch=develop
_gitname=shell
source=(${_gitname}::${_gitroot}#branch=${_gitbranch})