summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Ray Mahardhika2020-10-07 13:49:47 +0700
committerMario Ray Mahardhika2020-10-07 13:49:47 +0700
commit14abd0b249e93c95c42cbab378fa635837618487 (patch)
tree392c6d11ffe18436c4dc99d38d7e32504435000b
parent1135736f80e9bbe1075a1ab2414fc4224ae1befe (diff)
downloadaur-14abd0b249e93c95c42cbab378fa635837618487.tar.gz
Remove gconf dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5686b9e501cb..d52ee2a4c631 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = staruml
pkgdesc = A sophisticated software modeler
pkgver = 3.2.2
- pkgrel = 1
+ pkgrel = 2
url = http://staruml.io/
arch = i686
arch = x86_64
license = custom:staruml
- depends = gconf
depends = libxss
depends = libxtst
depends = nss
diff --git a/PKGBUILD b/PKGBUILD
index 6389d39bc850..d7d0b066d511 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Mario Ray Mahardhika <leledumbo_cool@yahoo.co.id>
pkgname=staruml
pkgver=3.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="A sophisticated software modeler"
arch=('i686' 'x86_64')
url="http://staruml.io/"
license=('custom:staruml')
-depends=('gconf' 'libxss' 'libxtst' 'nss' 'alsa-lib' 'gtk2')
+depends=('libxss' 'libxtst' 'nss' 'alsa-lib' 'gtk2')
source_i686=("$pkgname-$pkgver-$CARCH.AppImage::http://staruml.io/download/releases/StarUML-$pkgver-i386.AppImage")
source_x86_64=("$pkgname-$pkgver-$CARCH.AppImage::http://staruml.io/download/releases/StarUML-$pkgver.AppImage")
noextract=("$pkgname-$pkgver-$CARCH.AppImage")