summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHanFox2022-03-04 08:05:03 +0000
committerHanFox2022-03-04 08:05:03 +0000
commit80926fa73e0e2d3b4046ea91156aedaddb414c53 (patch)
treeb4dc758d404555f8d5e971812ecb7da0ca454e95
parentb42793e74bb01abb1f340017e8ba16bdaed11204 (diff)
downloadaur-80926fa73e0e2d3b4046ea91156aedaddb414c53.tar.gz
Updated to 0.6.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad4101b69d8d..e350286e9a71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hamsket-nightly-bin
pkgdesc = Free, Open Source and Cross Platform messaging and emailing app that combines common web applications into one.
- pkgver = 0.6.3
+ pkgver = 0.6.4
pkgrel = 1
url = https://github.com/TheGoddessInari/hamsket
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = hamsket-nightly-bin
depends = nss
provides = hamsket
conflicts = hamsket-bin
- source = hamsket.tar.gz::https://github.com/TheGoddessInari/hamsket/releases/download/nightly/hamsket-0.6.3.tar.gz
+ source = hamsket.tar.gz::https://github.com/TheGoddessInari/hamsket/releases/download/nightly/hamsket-0.6.4.tar.gz
source = hamsket.desktop
source = hamsket.png
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8a3164f84e9c..7651ec1895ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=hamsket-nightly-bin
_pkgname=hamsket
-pkgver=0.6.3
+pkgver=0.6.4
pkgrel=1
pkgdesc="Free, Open Source and Cross Platform messaging and emailing app that combines common web applications into one."
arch=(x86_64)
@@ -29,5 +29,5 @@ package() {
install -Dm644 "$srcdir/$_pkgname.png" "$pkgdir/usr/share/pixmaps/$_pkgname.png"
- install -Dm644 "$srcdir/$_pkgname.desktop" -t "$pkgdir/usr/share/applications/"
+ install -Dm644 "$srcdir/$_pkgname.desktop" -t "$pkgdir/usr/share/applications/"
}