summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNonL43312021-03-26 09:24:14 +1100
committerNonL43312021-03-26 09:24:14 +1100
commitddf02b8e1ee0e78adf2c96450e8e29bf05aea8c2 (patch)
treeb206cd78a1aab533bde86b1523dff78026d330c4
parent2e4e34a42f292d49c69dbdd62595e3e734c14514 (diff)
downloadaur-ddf02b8e1ee0e78adf2c96450e8e29bf05aea8c2.tar.gz
Removed empty group from PKGBUILD that causes issues on some systems
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35a30be29893..e2992ca67539 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = infinitywallet
pkgdesc = Digital asset wallet
pkgver = 1.0.67beta
- pkgrel = 3
+ pkgrel = 4
url = https://infinitywallet.io
install = infinitywallet.install
arch = x86_64
- groups =
license =
depends = alsa-lib
depends = atk
diff --git a/PKGBUILD b/PKGBUILD
index f3b4bf38fb25..c1c16d9fb13f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,10 @@
pkgname=infinitywallet
pkgver=1.0.67beta
-pkgrel=3
+pkgrel=4
pkgdesc="Digital asset wallet"
arch=('x86_64')
url="https://infinitywallet.io"
license=('')
-groups=('')
depends=('alsa-lib' 'atk' 'at-spi2-atk' 'at-spi2-core' 'cairo' 'dbus' 'desktop-file-utils' 'discord' 'expat' 'fontconfig' 'freetype2' 'gdk-pixbuf2' 'glib2' 'gtk3' 'hicolor-icon-theme' 'libappindicator-gtk3' 'libcups' 'libnotify' 'libsecret' 'libx11' 'libxcb' 'libxcomposite' 'libxcursor' 'libxdamage' 'libxext' 'libxfixes' 'libxi' 'libxrandr' 'libxrender' 'libxss' 'libxtst' 'nspr' 'nss' 'pango' 'util-linux-libs' 'xdg-utils' 'zlib')
options=('!strip' '!emptydirs')
install=${pkgname}.install