summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent1135736f80e9bbe1075a1ab2414fc4224ae1befe (diff)
downloadaur-14abd0b249e93c95c42cbab378fa635837618487.tar.gz
Remove gconf dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")