summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2020-02-27 23:30:36 +0100
committerfordprefect2020-02-27 23:30:36 +0100
commitc71c82a9f231813cd96f0ff132c5ae6241877301 (patch)
tree64f980620271e90e370a724ae91a274dbaf2f114
parent6c734f0b4746cb0a105a1523de9d333b1fec0b7f (diff)
downloadaur-c71c82a9f231813cd96f0ff132c5ae6241877301.tar.gz
fix source
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ff00d746545..8aabe80ec831 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by mksrcinfo v8
-# Thu Dec 6 09:50:36 UTC 2018
pkgbase = libcamera-git
pkgdesc = A complex camera support library for Linux, Android, and ChromeOS
- pkgver = r15.b99da21
+ pkgver = r1041.dd9429f
pkgrel = 1
url = http://libcamera.org/
arch = x86_64
arch = i686
license = LGPL
makedepends = meson
- source = git+https://git.linuxtv.org/libcamera.git/
+ source = git://linuxtv.org/libcamera.git/
md5sums = SKIP
pkgname = libcamera-git
diff --git a/PKGBUILD b/PKGBUILD
index aff62ce56d3f..32986783248d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname="libcamera-git"
-pkgver=r15.b99da21
+pkgver=r1041.dd9429f
pkgrel=1
pkgdesc='A complex camera support library for Linux, Android, and ChromeOS'
arch=('x86_64' 'i686')
@@ -7,7 +7,7 @@ url='http://libcamera.org/'
#depends=(')
makedepends=("meson")
license=('LGPL')
-source=('git+https://git.linuxtv.org/libcamera.git/')
+source=('git://linuxtv.org/libcamera.git/')
md5sums=('SKIP')
pkgver() {