summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2021-01-25 13:58:03 +0100
committerPhilip Goto2021-01-25 13:58:03 +0100
commita43d4a76024cda63bab738095e2fb1b45d306b20 (patch)
tree2964bf81c76912eccab5bd70a1a933a1509cf40f
parentda3471282f14581ed753019e728b37a4c1842425 (diff)
downloadaur-a43d4a76024cda63bab738095e2fb1b45d306b20.tar.gz
Update to 0.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 4 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1aff2267faf..a51524969d70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = phosh
pkgdesc = A pure Wayland shell prototype for GNOME on mobile devices
- pkgver = 0.7.1
+ pkgver = 0.8.0
pkgrel = 1
url = https://source.puri.sm/Librem5/phosh
arch = i686
@@ -15,10 +15,8 @@ pkgbase = phosh
depends = feedbackd
depends = libhandy
depends = phoc
- source = git+https://source.puri.sm/Librem5/phosh.git#tag=v0.7.1
+ source = git+https://source.puri.sm/Librem5/phosh.git#tag=v0.8.0
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
- source = wlroots.patch::https://source.puri.sm/sebastian.krzyszkowiak/phosh/-/commit/87399f9e40c8475004924732432e677356edfa36.patch
- sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ef25ab137b14..d91d60847e8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=phosh
-pkgver=0.7.1
+pkgver=0.8.0
pkgrel=1
pkgdesc="A pure Wayland shell prototype for GNOME on mobile devices"
url="https://source.puri.sm/Librem5/phosh"
@@ -22,13 +22,8 @@ makedepends=(
source=(
"git+${url}.git#tag=v${pkgver}"
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git"
- "wlroots.patch::https://source.puri.sm/sebastian.krzyszkowiak/phosh/-/commit/87399f9e40c8475004924732432e677356edfa36.patch"
-)
-sha256sums=(
- 'SKIP'
- 'SKIP'
- 'SKIP'
)
+sha256sums=('SKIP' 'SKIP')
prepare() {
cd phosh
@@ -36,8 +31,6 @@ prepare() {
git submodule init
git config --local submodule.subprojects/gvc.url "$srcdir/libgnome-volume-control"
git submodule update
-
- patch src/home.c ../wlroots.patch
}
build() {