summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonas Malaco2020-08-19 03:11:53 -0300
committerJonas Malaco2020-08-19 03:11:53 -0300
commita8e320271f33852728aa34bdd1d043145e0c7a26 (patch)
tree68eea7c6bafcc8346b7f77a04322694935817622 /PKGBUILD
parentdf80054c2b3ade4f9a0edb7cd5325786756c30f1 (diff)
downloadaur-a8e320271f33852728aa34bdd1d043145e0c7a26.tar.gz
Fix provides/conflicts and add .gitignore
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b0e425178f2..8c3761ed3636 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: laptander <dev-laptander a|t yandex d|o|t ru>
pkgname=ipwebcam-gst-git
pkgver=r118.e993f58
-pkgrel=1
+pkgrel=2
pkgdesc="Use Android smartphone as webcam and/or microphone"
arch=('any')
url="https://github.com/bluezio/ipwebcam-gst"
@@ -16,8 +16,8 @@ depends=('android-tools'
'zenity')
makedepends=('git')
optdepends=('pavucontrol: change playback/record devices')
-provides=("${pkgname%-VCS}")
-conflicts=("${pkgname%-VCS}")
+provides=("${pkgname%-gst-git}")
+conflicts=("${pkgname%-gst-git}")
source=("$pkgname::git+$url.git#branch=master")
sha256sums=('SKIP')