summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosé Rebelo2020-02-16 12:19:17 +0000
committerJosé Rebelo2020-02-16 12:21:44 +0000
commit179840dc6e538127ce4e09f574aea04c1464b151 (patch)
treee78830944c3514d068802927e4f49d13ecc5154f /PKGBUILD
parentd78ab256100d9505368888005891e906bbac334c (diff)
downloadaur-179840dc6e538127ce4e09f574aea04c1464b151.tar.gz
Update to 1.0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42869be0b142..97aec370dd5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: José Rebelo <joserebelo at outlook dot com>
pkgname=snowflake
-pkgver=1.0.3
+pkgver=1.0.4
pkgrel=1
pkgdesc='Graphical SFTP client and terminal emulator with helpful utilities.'
arch=('any')
@@ -15,7 +15,7 @@ source=(
"${pkgname}.desktop"
)
sha256sums=(
- '8259cea965e05db73463eab1872ba75e354b53f87dd0b7f35422d6122c1362d4'
+ '92b49024a21fb8369476cb77823851f710cc56eaec3fb219330afdac43fab36a'
'd688b2ac7cbc88a28d02a108ef82fe6a6dbf6ac66c9aa3745f6869408bfa2b3f'
'832e38bbf4a7b451b2bf674b294a9bc8299a24a9d7d37b517c1f3fd71ba6f80e'
)
@@ -23,14 +23,11 @@ sha256sums=(
build() {
cd ${pkgname}-${pkgver}
- # Current release has http url
- sed -i 's#http://jcenter#https://jcenter#' pom.xml
-
mvn clean install
}
package() {
- install -Dm644 "${pkgname}-${pkgver}/target/${pkgname}.jar" "${pkgdir}/opt/${pkgname}/${pkgname}.jar"
+ install -Dm644 "${pkgname}-${pkgver}/target/${pkgname}-${pkgver}-full.jar" "${pkgdir}/opt/${pkgname}/${pkgname}.jar"
install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
install -Dm644 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"