summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522021-08-12 08:36:01 +0200
committertytan6522021-08-12 08:36:01 +0200
commit49790654abb6dc6fa8b0ebf12103b63c17dd01d3 (patch)
treefdd0ed416e39179de4d752903ae1e635bd83e75b
parent1d12d766fba1920b9aaeffbe041922caa44a5f29 (diff)
downloadaur-49790654abb6dc6fa8b0ebf12103b63c17dd01d3.tar.gz
build: Switch fork and add libcaption
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6cda00fcb035..fc23ea81d81b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,20 @@
pkgbase = obs-gphoto
pkgdesc = Allows connect DSLR cameras with obs-studio through gPhoto on Linux
- pkgver = 0.4.0
- pkgrel = 2
- url = https://github.com/dunkelstern/obs-gphoto
+ pkgver = 0.5.0
+ pkgrel = 1
+ url = https://github.com/maaleske/obs-gphoto
arch = i686
arch = x86_64
arch = aarch64
license = GPL2
makedepends = cmake
+ makedepends = git
depends = obs-studio>=27.0.0
depends = libgphoto2
- source = obs-gphoto-0.4.0.tar.gz::https://github.com/dunkelstern/obs-gphoto/archive/v0.4.0.tar.gz
+ depends = libcaption
+ source = obs-gphoto-0.5.0.tar.gz::https://github.com/maaleske/obs-gphoto/archive/v0.5.0.tar.gz
source = obs-studio-27.0.0.tar.gz::https://github.com/obsproject/obs-studio/archive/27.0.0.tar.gz
- sha256sums = c51645b9451c80ab426105f88c655ff11e228585cdd40bfc7b473e5d324b61aa
+ sha256sums = 6f1303582ea89f2f3203f86620ff5aeba66b5c83a8924c69e648845ae9fe2ba7
sha256sums = c7ea5369f4c94203a8a81b73c6372873f08ab9e5b20860691dad2c29f5dda85e
pkgname = obs-gphoto
diff --git a/PKGBUILD b/PKGBUILD
index e90f81f20f18..2113b85772a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: tytan652 <tytan652@tytanium.xyz>
pkgname=obs-gphoto
-pkgver=0.4.0
+pkgver=0.5.0
_obsver=27.0.0
-pkgrel=2
+pkgrel=1
pkgdesc="Allows connect DSLR cameras with obs-studio through gPhoto on Linux"
arch=("i686" "x86_64" "aarch64")
-url="https://github.com/dunkelstern/obs-gphoto"
+url="https://github.com/maaleske/obs-gphoto"
license=("GPL2")
-depends=("obs-studio>=$_obsver" "libgphoto2")
-makedepends=("cmake")
+depends=("obs-studio>=$_obsver" "libgphoto2" "libcaption")
+makedepends=("cmake" "git")
source=(
- "$pkgname-$pkgver.tar.gz"::"https://github.com/dunkelstern/$pkgname/archive/v$pkgver.tar.gz"
+ "$pkgname-$pkgver.tar.gz"::"https://github.com/maaleske/$pkgname/archive/v$pkgver.tar.gz"
"obs-studio-$_obsver.tar.gz::https://github.com/obsproject/obs-studio/archive/$_obsver.tar.gz"
)
sha256sums=(
- "c51645b9451c80ab426105f88c655ff11e228585cdd40bfc7b473e5d324b61aa"
+ "6f1303582ea89f2f3203f86620ff5aeba66b5c83a8924c69e648845ae9fe2ba7"
"c7ea5369f4c94203a8a81b73c6372873f08ab9e5b20860691dad2c29f5dda85e"
)