summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRene Peinthor2018-07-21 06:28:46 +0200
committerRene Peinthor2018-07-21 06:28:46 +0200
commit0571930e727acfbd351d794a3fb593430816e03f (patch)
treea949b96d5a4d1db869877ec7358f4865c891ae93 /PKGBUILD
parent8a2aeeade1b7b45d7fbd9dd5f53b04b8287910a0 (diff)
downloadaur-0571930e727acfbd351d794a3fb593430816e03f.tar.gz
update to version 9.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a0c16dd56a28..fce5651e90f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Contributor: Muflone http://www.muflone.com/contacts/english/
pkgname=smartsvn
-pkgver=9.3.0
+pkgver=9.3.1
pkgrel=2
pkgdesc="A Subversion (SVN) GUI client written in Java"
arch=("any")
url="https://www.syntevo.com/smartsvn/"
license=('custom')
-depends=("java-runtime" "desktop-file-utils" "sh" "hunspell-en_US")
+depends=("java-runtime" "desktop-file-utils" "sh" "hunspell-en_US" "hicolor-icon-theme")
provides=("smartsvn=${pkgver}")
source=("https://www.smartsvn.com/downloads/${pkgname}/${pkgname}-linux-${pkgver//\./_}.tar.gz"
"${pkgname}.desktop")
-sha256sums=('ca2b90ec9999b52696f524405a00aec0f31ca894bd67d8ab09a0d99db546d9e1'
+sha256sums=('4fd6d77502e81dc4d4edc6c8ff409b6b7b5c561030f3a7c0d520ae7cfd5b3a95'
'ab0ef714cdb1ba8f188b04f4accaf661501503234b4cedd335e200498b6e3b35')
package() {
@@ -41,4 +41,4 @@ package() {
do
install -m 644 -D "bin/${pkgname}-${_size}.png" "${pkgdir}/usr/share/icons/hicolor/${_size}x${_size}/apps/${pkgname}.png"
done
-} \ No newline at end of file
+}