summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Papaioannou2023-09-01 13:12:26 +0300
committerDimitris Papaioannou2023-09-01 13:12:26 +0300
commit840adfde794ae1b86315a33ca0ce10cbb938d366 (patch)
tree5788f33a88585f2187c81b8c88c8077c4cd179e0
parent0c025c96341ae55fbd947e2b077ab513f15d0925 (diff)
downloadaur-840adfde794ae1b86315a33ca0ce10cbb938d366.tar.gz
Update to 1.2.0
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD9
2 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5972e641a82..8582608e0fa8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = coppwr-bin
pkgdesc = Low level PipeWire control GUI
- pkgver = 1.1.1
- pkgrel = 2
+ pkgver = 1.2.0
+ pkgrel = 1
url = https://dimtpap.xyz/coppwr
arch = x86_64
license = GPL3
depends = pipewire
+ optdepends = xdg-desktop-portal: Camera and Screencast XDP support
provides = coppwr
conflicts = coppwr
- source = coppwr::https://github.com/dimtpap/coppwr/releases/download/1.1.1/coppwr
- source = coppwr-1.1.1.tar.gz::https://github.com/dimtpap/coppwr/archive/refs/tags/1.1.1.tar.gz
- sha256sums = 1f7796fa58459db74e755d2d17df9afe258e25e76deaeb8f58c701f531259984
- sha256sums = 16a423bf91049b4aab5be44189e1085e136732f0e96a43ed710f709fc0efd6af
+ source = coppwr::https://github.com/dimtpap/coppwr/releases/download/1.2.0/coppwr
+ source = coppwr-1.2.0.tar.gz::https://github.com/dimtpap/coppwr/archive/refs/tags/1.2.0.tar.gz
+ sha256sums = 1a64a2d03a2ea56e42c277b7a5b16d2ec61cc787e0a38f80c61849d6926e92b0
+ sha256sums = f63f29b3db7b66a09f45aac8a1b156ff1c4244f47cd12500f8c996b223edc511
pkgname = coppwr-bin
diff --git a/PKGBUILD b/PKGBUILD
index a7c7941308a3..ebf5873e3e24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,20 @@
# Maintainer: dimtpap <dimtpap@protonmail.com>
pkgname=coppwr-bin
_pkgname=coppwr
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
pkgdesc='Low level PipeWire control GUI'
arch=('x86_64')
url='https://dimtpap.xyz/coppwr'
license=('GPL3')
depends=('pipewire')
+optdepends=('xdg-desktop-portal: Camera and Screencast XDP support')
provides=('coppwr')
conflicts=('coppwr')
source=("$_pkgname::https://github.com/dimtpap/coppwr/releases/download/$pkgver/coppwr"
"$_pkgname-$pkgver.tar.gz::https://github.com/dimtpap/$_pkgname/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=("1f7796fa58459db74e755d2d17df9afe258e25e76deaeb8f58c701f531259984"
- "16a423bf91049b4aab5be44189e1085e136732f0e96a43ed710f709fc0efd6af")
+sha256sums=("1a64a2d03a2ea56e42c277b7a5b16d2ec61cc787e0a38f80c61849d6926e92b0"
+ "f63f29b3db7b66a09f45aac8a1b156ff1c4244f47cd12500f8c996b223edc511")
package() {
install -Dm755 "$_pkgname" "$pkgdir/usr/bin/$_pkgname"