summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneuromante2022-03-29 10:42:12 +0200
committerneuromante2022-03-29 10:42:12 +0200
commit9485b063456073fb82e9c7c9d9a513164a8fed43 (patch)
treef57dace0645bf3df4e9e5b65e90842d7b1f45b0a
parentf8e0cdeaf5cfb5f162b83efeb71af1b29e2b385b (diff)
downloadaur-9485b063456073fb82e9c7c9d9a513164a8fed43.tar.gz
Minor edit to PKGBUILD
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23f4b7ff69ef..9c2e2b7e8e92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = gosign
pkgdesc = Nuovo tool di firma e rinnovo online per i certificati digitali emessi da InfoCert
pkgver = 1.2.1
- pkgrel = 3
+ pkgrel = 4
url = https://www.firma.infocert.it
install = gosign.install
arch = x86_64
- groups =
license = CUSTOM
depends = alsa-lib
depends = atk
diff --git a/PKGBUILD b/PKGBUILD
index 7803f0c0ac51..ae78a689db53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Lorenzo Nizzi <lorenzo.nizzi.grifi@gmail.com>
pkgname=gosign
pkgver=1.2.1
-pkgrel=3
+pkgrel=4
pkgdesc="Nuovo tool di firma e rinnovo online per i certificati digitali emessi da InfoCert"
arch=('x86_64')
url="https://www.firma.infocert.it"
license=('CUSTOM')
-groups=('')
+# groups=('')
depends=('alsa-lib' 'atk' 'at-spi2-atk' 'at-spi2-core' 'bzip2' 'cairo' 'curl' 'dbus' 'desktop-file-utils' 'expat' 'freetype2' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3' 'hicolor-icon-theme' 'hidapi' 'libcups' 'libnotify' 'libusb' 'libx11' 'libxcb' 'libxcomposite' 'libxcursor' 'libxdamage' 'libxext' 'libxfixes' 'libxi' 'libxml2' 'libxrandr' 'libxrender' 'libxslt' 'libxss' 'libxtst' 'nspr' 'nss' 'openssl' 'pango' 'pcsclite' 'trash-cli' 'xdg-utils' 'zlib')
optdepends=('libgnome-keyring')
options=('!strip' '!emptydirs')