summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortercean2019-10-12 12:54:40 +0200
committertercean2019-10-12 12:54:40 +0200
commitc456a2b5f9417e75078a25fc63206ed8c961d6cc (patch)
tree53b3294be68be6a6af4b80393b18329b3f410337
parent39a46ebc6f49cb05253411808845a6ebfaed6008 (diff)
downloadaur-c456a2b5f9417e75078a25fc63206ed8c961d6cc.tar.gz
fix typo in packagename
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b8f12e15e1b..a932d06bdfc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = hyperspace-appimage
pkgdesc = The new beautiful, fluffy client for Mastodon
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://hyperspace.marquiskurt.net
arch = x86_64
license = custom:NPL
depends = fuse
provides = hyperspace
conflicts = hyperspace
- noextract = Hengi-1.0.0.AppImage
+ noextract = Hyperspace-1.0.0.AppImage
options = !strip
source = Hyperspace-1.0.0.AppImage::https://github.com/hyperspacedev/hyperspace/releases/download/v1.0.0/Hyperspace-1.0.0.AppImage
source = https://github.com/hyperspacedev/hyperspace/raw/v1.0.0/LICENSE
diff --git a/PKGBUILD b/PKGBUILD
index 7969f6d2690f..20cc71052058 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: tercean <cg@zknt.org>
pkgname=hyperspace-appimage
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='The new beautiful, fluffy client for Mastodon'
arch=('x86_64')
url='https://hyperspace.marquiskurt.net'
@@ -10,7 +10,7 @@ provides=('hyperspace')
conflicts=('hyperspace')
depends=('fuse')
options=(!strip)
-_appimage="Hengi-${pkgver}.AppImage"
+_appimage="Hyperspace-${pkgver}.AppImage"
source=(
"Hyperspace-${pkgver}.AppImage::https://github.com/hyperspacedev/hyperspace/releases/download/v${pkgver}/Hyperspace-${pkgver}.AppImage"
"https://github.com/hyperspacedev/hyperspace/raw/v${pkgver}/LICENSE"