summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2021-07-22 09:25:46 -0300
committerRafael Fontenelle2021-07-22 09:25:46 -0300
commitcec0e6bebdf593081ae7f578a48a33a3e5d0c947 (patch)
treef993d0347573ae86659728d2d9cc2df0b41a9a65
parentf4f91f34d1c862878b2788a197ed9662910968f9 (diff)
downloadaur-cec0e6bebdf593081ae7f578a48a33a3e5d0c947.tar.gz
Update to 0.8.15
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76201435abd9..12c26e17668a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aravis
pkgdesc = A vision library for genicam-based cameras
- pkgver = 0.8.10
+ pkgver = 0.8.15
pkgrel = 1
url = https://wiki.gnome.org/Projects/Aravis
arch = x86_64
@@ -15,8 +15,7 @@ pkgbase = aravis
depends = audit
depends = libusb
depends = python-gobject
- source = https://download.gnome.org/sources/aravis/0.8/aravis-0.8.10.tar.xz
- sha256sums = 4ac9e121788e587383aeff6ee360970aeb9f4fb2fb0c3fc978c4ac24c1cb4b84
+ source = https://github.com/AravisProject/aravis/releases/download/0.8.15/aravis-0.8.15.tar.xz
+ sha256sums = 95d59fe77f5e1aea37ef868e96b0ac1a797f80c2810bc9adb06d5d14d4734f93
pkgname = aravis
-
diff --git a/PKGBUILD b/PKGBUILD
index 7bf50e363f60..dab99782fb66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=aravis
-pkgver=0.8.10
+pkgver=0.8.15
pkgrel=1
pkgdesc="A vision library for genicam-based cameras"
url="https://wiki.gnome.org/Projects/Aravis"
@@ -9,8 +9,8 @@ arch=('x86_64')
license=('LGPL')
depends=('gtk3' 'libnotify' 'gst-plugins-base-libs' 'audit' 'libusb' 'python-gobject')
makedepends=('meson' 'gtk-doc' 'gobject-introspection' 'appstream-glib')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
-sha256sums=('4ac9e121788e587383aeff6ee360970aeb9f4fb2fb0c3fc978c4ac24c1cb4b84')
+source=("https://github.com/AravisProject/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
+sha256sums=('95d59fe77f5e1aea37ef868e96b0ac1a797f80c2810bc9adb06d5d14d4734f93')
build() {
arch-meson $pkgname-$pkgver build