summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNemo2020-05-20 18:27:06 +0530
committerNemo2020-05-20 18:28:17 +0530
commit1b32d1a2054e15fdbc0fd64fabe83689ccd71ef9 (patch)
tree074e49712eab659ca79bfc422b9fbe8867cf8577
parentc024adb96be89cd99931005df6dc6cf1e0a3edff (diff)
downloadaur-1b32d1a2054e15fdbc0fd64fabe83689ccd71ef9.tar.gz
1.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 419c5982dbb0..46cc27154420 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = screen-desktop-bin
pkgdesc = Low latency videoconferencing & screen sharing with multiplayer drawing & control. Screen is a multiplayer screen sharing app that lets you work together like you’re in the same room.
- pkgver = 1.0.42
+ pkgver = 1.2.0
pkgrel = 1
url = https://screen.so
arch = x86_64
@@ -48,8 +48,8 @@ pkgbase = screen-desktop-bin
optdepends = libappindicator-gtk3
options = !strip
options = !emptydirs
- source = https://download.screen.so/desktop-app/linux/1.0.42/screen-desktop_1.0.42_amd64.deb
- sha512sums = cbca379453b05488d0df38c256b067055e8e496fc92038990091b829070943000a96431e64b4d6759d9714620cea1453213d870bdb857cc06bec236e3f03413c
+ source = https://download.screen.so/desktop-app/linux/1.2.0/screen-desktop_1.2.0_amd64.deb
+ sha512sums = df46c36e335d6099a6127de713cfbe87533184480ee8c63747df281849171ef59afe913a33f101bcb283c09b599ca676849be9928028118bc979c070b60fba7d
pkgname = screen-desktop-bin
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..c00df136d167
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*.deb
diff --git a/PKGBUILD b/PKGBUILD
index a41a60bbe362..5a686cccaee5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Nemo <archlinux at captnemo dot in>
pkgname=screen-desktop-bin
-pkgver=1.0.44
+pkgver=1.2.0
pkgrel=1
pkgdesc="Low latency videoconferencing & screen sharing with multiplayer drawing & control. Screen is a multiplayer screen sharing app that lets you work together like you’re in the same room."
arch=('x86_64')
@@ -17,7 +17,7 @@ optdepends=('apparmor'
license=('custom')
options=('!strip' '!emptydirs')
source=("https://download.screen.so/desktop-app/linux/${pkgver}/screen-desktop_${pkgver}_amd64.deb")
-sha512sums=('174fff3d7c636aa1071350cf0df9473bec6dbfd7b19516ae1ac3f4c4e91f259c2d67fd23b21a2dfaa41ffe065599a1026553830168bd3632b5505a0cba6eb05d')
+sha512sums=('df46c36e335d6099a6127de713cfbe87533184480ee8c63747df281849171ef59afe913a33f101bcb283c09b599ca676849be9928028118bc979c070b60fba7d')
package(){
mkdir -p "${pkgdir}/opt/${pkgname}"