summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Cerny2023-04-20 09:27:41 +0200
committerJan Cerny2023-04-20 09:27:41 +0200
commitd73c308ff385612c32b1a6e2063daee4fefcac27 (patch)
tree738c93e8cbc16dd5bfbb3cadcdcc5d0d2ee030bd
parent082bd21e41898b25ec36aaa9c63ddc3690ff549b (diff)
downloadaur-d73c308ff385612c32b1a6e2063daee4fefcac27.tar.gz
Update to version 2.1.0
-rw-r--r--.SRCINFO26
-rw-r--r--PKGBUILD32
2 files changed, 52 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fd9a85ad87c..40c8df52ceff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = astrodmx-capture
pkgdesc = AstroDMx Capture Astronomical Imaging
- pkgver = 2.0.2
+ pkgver = 2.1.0
pkgrel = 1
url = https://www.astrodmx-capture.org.uk/
install = astrodmx-capture.install
@@ -12,8 +12,28 @@ pkgbase = astrodmx-capture
depends = libtool
depends = gtk3
depends = at-spi2-core
+ depends = zlib
+ depends = libsm
+ depends = expat
+ depends = harfbuzz
+ depends = glib2
+ depends = gcc-libs
+ depends = gdk-pixbuf2
+ depends = curl
+ depends = pango
+ depends = libxtst
+ depends = libusb
+ depends = libglvnd
+ depends = systemd-libs
+ depends = libx11
+ depends = libxxf86vm
+ depends = freetype2
+ depends = libxml2
+ depends = fontconfig
+ depends = cairo
+ depends = libwebcam-git
options = !strip
- source = https://www.astrodmx-capture.org.uk/downloads/astrodmx/current/x86-64/astrodmx-capture_2.0.2_x86-64-manual.tar.gz
- sha256sums = 47c9b2478bd0e6452e43a3ed986d796c3e0a795804864ea08cfb10f70701d8fb
+ source = https://www.astrodmx-capture.org.uk/downloads/astrodmx/current/x86-64/astrodmx-capture_2.1.0_x86-64-manual.tar.gz
+ sha256sums = 0ef4c62f31e5c59bc6e276aad8b726449221501b9c198e65bc663b9a5c248239
pkgname = astrodmx-capture
diff --git a/PKGBUILD b/PKGBUILD
index 3ccf89f798e0..49a0ec8d5842 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: Ashely Roll <ash at digitalnemesis dot com>
+# Maintainer: Jan Černý <cernyhonza at gmail dot com>
pkgname=astrodmx-capture
-pkgver=2.0.2
+pkgver=2.1.0
pkgrel=1
pkgdesc="AstroDMx Capture Astronomical Imaging"
arch=('x86_64')
@@ -12,13 +13,38 @@ url="https://www.astrodmx-capture.org.uk/"
license=(custom)
options=(!strip)
install=$pkgname.install
-depends=('glibc>=2.27' 'libgphoto2' 'glu' 'libtool' 'gtk3' 'at-spi2-core')
+depends=('glibc>=2.27'
+ 'libgphoto2'
+ 'glu'
+ 'libtool'
+ 'gtk3'
+ 'at-spi2-core'
+ 'zlib'
+ 'libsm'
+ 'expat'
+ 'harfbuzz'
+ 'glib2'
+ 'gcc-libs'
+ 'gdk-pixbuf2'
+ 'curl'
+ 'pango'
+ 'libxtst'
+ 'libusb'
+ 'libglvnd'
+ 'systemd-libs'
+ 'libx11'
+ 'libxxf86vm'
+ 'freetype2'
+ 'libxml2'
+ 'fontconfig'
+ 'cairo'
+ 'libwebcam-git')
# The Author, Nicola, is now copying new releases into both the `current` and `old` folders so that we
# can maintain a constant path the file. Hopefully this will allow us to continue installing older versions
# without breakage after a new version is released. Thanks Nicola!
source=("https://www.astrodmx-capture.org.uk/downloads/astrodmx/current/x86-64/astrodmx-capture_${pkgver}_x86-64-manual.tar.gz")
-sha256sums=("47c9b2478bd0e6452e43a3ed986d796c3e0a795804864ea08cfb10f70701d8fb")
+sha256sums=("0ef4c62f31e5c59bc6e276aad8b726449221501b9c198e65bc663b9a5c248239")
_instdir="/opt/AstroDMx-Capture"
_prefix="AstroDMx-${pkgver}-manual"