summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortercean2020-02-27 19:51:07 +0100
committertercean2020-02-27 19:51:07 +0100
commit93506845b07359717f979ffaa9b6686c04166e53 (patch)
tree94b52ffc38db4efe1348bd099874b7745bac7ae1
parent1a4a72eaa4af65a73e2ecaa3c226523809276a45 (diff)
downloadaur-93506845b07359717f979ffaa9b6686c04166e53.tar.gz
correct URL
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bbc5d3c007c..97f174e14db8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hyperspace-appimage
pkgdesc = The new beautiful, fluffy client for Mastodon
pkgver = 1.0.4
- pkgrel = 1
+ pkgrel = 2
url = https://hyperspace.marquiskurt.net
arch = x86_64
license = custom:NPL
@@ -10,11 +10,11 @@ pkgbase = hyperspace-appimage
conflicts = hyperspace
noextract = Hyperspace-1.0.4.AppImage
options = !strip
- source = Hyperspace-1.0.4.AppImage::https://github.com/hyperspacedev/hyperspace/releases/download/v1.0.4/Hyperspace-1.0.4.AppImage
+ source = Hyperspace-1.0.4.AppImage::https://github.com/hyperspacedev/hyperspace/releases/download/v1.0.4/Hyperspace.Desktop-1.0.4.AppImage
source = https://github.com/hyperspacedev/hyperspace/raw/v1.0.4/LICENSE
source = hyperspace.desktop
source = hyperspace.png
- sha256sums = 0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5
+ sha256sums = d0ae7aed73777ef781c2b9b33c99a1be2d4709a7e07e1f9e0066901f0fe0a9a2
sha256sums = 3dee0d29eba904aaaa8e9b4b66daba48cde5f9c42c872475f8a0ae94fe2bc2b8
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7c3862cdf43b..1d7f61987376 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: tercean <cg@zknt.org>
pkgname=hyperspace-appimage
pkgver=1.0.4
-pkgrel=1
+pkgrel=2
pkgdesc='The new beautiful, fluffy client for Mastodon'
arch=('x86_64')
url='https://hyperspace.marquiskurt.net'
@@ -12,14 +12,14 @@ depends=('fuse')
options=(!strip)
_appimage="Hyperspace-${pkgver}.AppImage"
source=(
- "Hyperspace-${pkgver}.AppImage::https://github.com/hyperspacedev/hyperspace/releases/download/v${pkgver}/Hyperspace-${pkgver}.AppImage"
+ "Hyperspace-${pkgver}.AppImage::https://github.com/hyperspacedev/hyperspace/releases/download/v${pkgver}/Hyperspace.Desktop-${pkgver}.AppImage"
"https://github.com/hyperspacedev/hyperspace/raw/v${pkgver}/LICENSE"
"hyperspace.desktop"
"hyperspace.png"
)
noextract=("${_appimage}")
sha256sums=(
- '0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5'
+ 'd0ae7aed73777ef781c2b9b33c99a1be2d4709a7e07e1f9e0066901f0fe0a9a2'
'3dee0d29eba904aaaa8e9b4b66daba48cde5f9c42c872475f8a0ae94fe2bc2b8'
'SKIP'
'SKIP'