summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavi Augusto2021-03-22 19:19:58 -0300
committerDavi Augusto2021-03-22 19:19:58 -0300
commitdde1758e29224a3fbc15f1eed329a3abc187631a (patch)
tree2ba49764658c384c68b5e171461a10357af37853
parenta17090f6930b227db46c8dd261213a4c9a5033ac (diff)
downloadaur-dde1758e29224a3fbc15f1eed329a3abc187631a.tar.gz
Update checksum and version
The checksum has been updated as well as the package version, which now uses 2.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
2 files changed, 13 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae2ee4d71bba..985b96f57e49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = iriunwebcam-bin
pkgdesc = Use your phone's camera as a wireless webcam in your PC.
- pkgver = 2.3
- pkgrel = 1
+ pkgver = 2.4
+ pkgrel = 2
url = http://iriun.gitlab.io
arch = any
license = unknown
depends = jack
depends = qt5-base
depends = v4l2loopback-dkms
- depends = adb
+ depends = android-tools
options = !strip
- source = iriunwebcam.deb::http://iriun.gitlab.io/iriunwebcam.deb
- md5sums = 493c417aab60e64ba6e7e1e3bd7fae9d
+ source = iriunwebcam-2.4.deb::http://iriun.gitlab.io/iriunwebcam-2.4.deb
+ md5sums = 9ebc6c0f31fcffce744ffa589fe13100
pkgname = iriunwebcam-bin
diff --git a/PKGBUILD b/PKGBUILD
index 462b1281046d..3f873e77e5c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,19 @@
# Maintainer: Barfin
+# Contributor: DanielH, agstrc
+
pkgname=iriunwebcam-bin
-pkgver=2.3
-pkgrel=1
+pkgver=2.4
+pkgrel=2
pkgdesc="Use your phone's camera as a wireless webcam in your PC."
arch=('any')
url="http://iriun.gitlab.io"
license=(unknown)
-source=("iriunwebcam.deb::http://iriun.gitlab.io/iriunwebcam.deb")
+source=("iriunwebcam-${pkgver}.deb::http://iriun.gitlab.io/iriunwebcam-${pkgver}.deb")
options=('!strip')
-depends=('jack' 'qt5-base' 'v4l2loopback-dkms' 'adb')
+depends=('jack' 'qt5-base' 'v4l2loopback-dkms' 'android-tools')
package() {
- tar -xf "${srcdir}/data.tar.xz" -C "${pkgdir}"
+ tar -xf "${srcdir}/data.tar.xz" -C "${pkgdir}"
}
-md5sums=('493c417aab60e64ba6e7e1e3bd7fae9d')
+md5sums=('9ebc6c0f31fcffce744ffa589fe13100')