summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522021-06-02 16:10:48 +0200
committertytan6522021-06-02 16:10:48 +0200
commit1d12d766fba1920b9aaeffbe041922caa44a5f29 (patch)
tree9d09d9a4b44e75c5b773ee8825b9bb2f7536ac73
parent472b34f2c49e9315a4a73365ba6ee577682a301d (diff)
downloadaur-1d12d766fba1920b9aaeffbe041922caa44a5f29.tar.gz
build: Bump to OBS 27
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c96d944ca98f..6cda00fcb035 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
pkgbase = obs-gphoto
pkgdesc = Allows connect DSLR cameras with obs-studio through gPhoto on Linux
pkgver = 0.4.0
- pkgrel = 1
- url = https://github.com/Atterratio/obs-gphoto
+ pkgrel = 2
+ url = https://github.com/dunkelstern/obs-gphoto
+ arch = i686
arch = x86_64
+ arch = aarch64
license = GPL2
makedepends = cmake
- depends = obs-studio
+ 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
- source = obs-studio-25.0.8.tar.gz::https://github.com/obsproject/obs-studio/archive/25.0.8.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 = ef1179c23256c312212e3dce9083d4fa67751db05c3001ad824e2b6995943941
+ sha256sums = c7ea5369f4c94203a8a81b73c6372873f08ab9e5b20860691dad2c29f5dda85e
pkgname = obs-gphoto
-
diff --git a/PKGBUILD b/PKGBUILD
index 1a08a9e79b4f..e90f81f20f18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
# Maintainer: tytan652 <tytan652@tytanium.xyz>
pkgname=obs-gphoto
pkgver=0.4.0
-_obsver=25.0.8
-pkgrel=1
+_obsver=27.0.0
+pkgrel=2
pkgdesc="Allows connect DSLR cameras with obs-studio through gPhoto on Linux"
-arch=('x86_64')
-url="https://github.com/Atterratio/obs-gphoto"
+arch=("i686" "x86_64" "aarch64")
+url="https://github.com/dunkelstern/obs-gphoto"
license=("GPL2")
-depends=("obs-studio" "libgphoto2")
+depends=("obs-studio>=$_obsver" "libgphoto2")
makedepends=("cmake")
source=(
"$pkgname-$pkgver.tar.gz"::"https://github.com/dunkelstern/$pkgname/archive/v$pkgver.tar.gz"
"obs-studio-$_obsver.tar.gz::https://github.com/obsproject/obs-studio/archive/$_obsver.tar.gz"
)
sha256sums=(
- 'c51645b9451c80ab426105f88c655ff11e228585cdd40bfc7b473e5d324b61aa'
- 'ef1179c23256c312212e3dce9083d4fa67751db05c3001ad824e2b6995943941'
+ "c51645b9451c80ab426105f88c655ff11e228585cdd40bfc7b473e5d324b61aa"
+ "c7ea5369f4c94203a8a81b73c6372873f08ab9e5b20860691dad2c29f5dda85e"
)
build() {