summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-02-13 12:47:09 +0100
committerhaawda2022-02-13 12:47:09 +0100
commit9653ce3297e78e95f8539cb5334ea34652462843 (patch)
tree66b979a67ac975b22b8af0fb8b2e20bba001d0b8
parent88fbe56e88b9d9b573cff62f9361a0cab3a92cb9 (diff)
downloadaur-9653ce3297e78e95f8539cb5334ea34652462843.tar.gz
add two dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9a6ba0739fc..98ccc92ef5af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = gcstar
pkgdesc = A collection management application
pkgver = 1.7.3
- pkgrel = 4
- url = http://www.gcstar.org/en/install
+ pkgrel = 5
+ url = https://gitlab.com/Kerenoc/GCstar
arch = any
license = GPL
depends = perl-libwww
@@ -27,6 +27,8 @@ pkgbase = gcstar
depends = perl-ogg-vorbis-header-pureperl
depends = hicolor-icon-theme
depends = perl-gtk3-simplelist
+ depends = perl-json
+ depends = perl-locale-codes
optdepends = perl-image-exiftool: to retrieve data from a mkv file
source = https://gitlab.com/Kerenoc/GCstar/-/archive/v1.7.3/GCstar-v1.7.3.tar.bz2
sha256sums = 9b5b1f6b37e73b3401030a0816acc6922c9f65e56d94a279b615e40a1fb5915a
diff --git a/PKGBUILD b/PKGBUILD
index e8fa44777066..f3f11ef1e537 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,24 @@
-# ContributorMaintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=gcstar
_pkgname=GCstar
pkgver=1.7.3
-pkgrel=4
+pkgrel=5
pkgdesc="A collection management application"
arch=('any')
-url="http://www.gcstar.org/en/install"
+url="https://gitlab.com/Kerenoc/GCstar"
license=('GPL')
depends=('perl-libwww' 'perl-xml-simple' 'perl-net-snmp' 'perl-xml-parser'
'perl-switch' 'perl-xml-libxml' 'perl-sort-naturally' 'perl-http-message'
'perl-http-date' 'perl-http-cookies' 'perl-gd' 'perl-date-calc'
'perl-lwp-protocol-https' 'perl-archive-zip' 'perl-datetime-format-strptime'
'perl-gdgraph' 'perl-mp3-info' 'perl-mp3-tag' 'perl-net-freedb'
- 'perl-ogg-vorbis-header-pureperl' 'hicolor-icon-theme' 'perl-gtk3-simplelist')
+ 'perl-ogg-vorbis-header-pureperl' 'hicolor-icon-theme' 'perl-gtk3-simplelist'
+ 'perl-json' 'perl-locale-codes')
optdepends=('perl-image-exiftool: to retrieve data from a mkv file')
-source=(https://gitlab.com/Kerenoc/GCstar/-/archive/v$pkgver/${_pkgname}-v$pkgver.tar.bz2)
+source=($url/-/archive/v$pkgver/${_pkgname}-v$pkgver.tar.bz2)
sha256sums=('9b5b1f6b37e73b3401030a0816acc6922c9f65e56d94a279b615e40a1fb5915a')
package() {