summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Malaco2020-08-19 03:11:53 -0300
committerJonas Malaco2020-08-19 03:11:53 -0300
commita8e320271f33852728aa34bdd1d043145e0c7a26 (patch)
tree68eea7c6bafcc8346b7f77a04322694935817622
parentdf80054c2b3ade4f9a0edb7cd5325786756c30f1 (diff)
downloadaur-a8e320271f33852728aa34bdd1d043145e0c7a26.tar.gz
Fix provides/conflicts and add .gitignore
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD6
3 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00530f1038d0..2050897bcffd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,8 +14,8 @@ pkgbase = ipwebcam-gst-git
depends = v4l2loopback-dkms
depends = zenity
optdepends = pavucontrol: change playback/record devices
- provides = ipwebcam-gst-git
- conflicts = ipwebcam-gst-git
+ provides = ipwebcam
+ conflicts = ipwebcam
source = ipwebcam-gst-git::git+https://github.com/bluezio/ipwebcam-gst.git#branch=master
sha256sums = SKIP
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..76fa3ee66a1b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+**/*
+
+!.SRCINFO
+!.gitignore
+!PKGBUILD
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')