phosc/phoc: upgrade to 0.1.3 (!747)

This commit is contained in:
Bart Ribbers 2019-11-18 23:51:11 +01:00 committed by Martijn Braam
parent 41e0a71051
commit a0927edf5a
No known key found for this signature in database
GPG key ID: C4280ACB000B060F

View file

@ -1,13 +1,13 @@
# Contributor: Bart Ribbers <bribbers@disroot.org> # Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=phoc pkgname=phoc
pkgver=0.1.1 pkgver=0.1.3
pkgrel=0 pkgrel=0
pkgdesc="wlroots based Phone compositor for the Phosh shell" pkgdesc="wlroots based Phone compositor for the Phosh shell"
arch="all" arch="all"
url="https://source.puri.sm/Librem5/phoc" url="https://source.puri.sm/Librem5/phoc"
license="GPL-3.0-only" license="GPL-3.0-only"
makedepends="meson ninja gobject-introspection-dev libinput-dev wayland-dev wayland-protocols libxkbcommon-dev wlroots-dev" makedepends="meson ninja gobject-introspection-dev libinput-dev wayland-dev wayland-protocols libxkbcommon-dev wlroots-dev gnome-desktop-dev"
source="$pkgname-$pkgver.tar.gz::https://source.puri.sm/Librem5/phoc/-/archive/v$pkgver/phoc-v$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://source.puri.sm/Librem5/phoc/-/archive/v$pkgver/phoc-v$pkgver.tar.gz"
builddir="$srcdir/$pkgname-v$pkgver" builddir="$srcdir/$pkgname-v$pkgver"
@ -23,4 +23,4 @@ check() {
package() { package() {
DESTDIR="$pkgdir/" ninja -C _build install DESTDIR="$pkgdir/" ninja -C _build install
} }
sha512sums="455a45cf3f6e7a6fab4dbb2b023c7f336e00553cf2143fe9c4ed7d7bf93aea08159ce2ae8b43bfa0aaa37e79fb954f896649be6548587e7bcfc85a6b54e9d052 phoc-0.1.1.tar.gz" sha512sums="ea84e7c915cdfa5d1aa713f4cb77ef519a761cc179de3b834594b456c1470535b4c879b57b0dd203d0e0ccc92680316746955130a192ec8a39942c16ff373715 phoc-0.1.3.tar.gz"