summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarmanyaah Malhotra2020-11-08 23:48:59 -0500
committerKarmanyaah Malhotra2020-11-08 23:48:59 -0500
commitc07ff1fc90ce1f955062b71bd96fdbf5d899081e (patch)
treeb58ccb4b7c947f45670f451c4e7a2177d779ca97
parent9426bd5611130838ce4b5ef797f7eca4c5b8081b (diff)
downloadaur-hyperspace-bin.tar.gz
update to 1.1.4
modify conflicts/provides change maintainer
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6e90af54ce0..81bf49775103 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hyperspace-bin
pkgdesc = The fluffiest client for the fediverse
- pkgver = 1.1.3
+ pkgver = 1.1.4
pkgrel = 1
epoch = 1
url = https://hyperspace.marquiskurt.net/
@@ -14,9 +14,11 @@ pkgbase = hyperspace-bin
depends = xdg-utils
depends = libappindicator-gtk3
depends = libsecret
- source = https://github.com/hyperspacedev/hyperspace/releases/download/v1.1.3/hyperspace_1.1.3_amd64.deb
+ provides = hyperspace
+ conflicts = hyperspace
+ source = https://github.com/hyperspacedev/hyperspace/releases/download/v1.1.4/hyperspace_1.1.4_amd64.deb
source = LICENSE.txt
- sha256sums = e330c191d3cf7a45bc207068cfe416d4a092ca88c87402526e3bee707e810ccb
+ sha256sums = 4c290c7b8bb1816592cde9897ec6f12981c1daf51abe1235db8f2de4272c0fef
sha256sums = f49ae3685bf4635b0eb6f07fe684ed1b30f5b2a2c9b5b05b589fb9edfead8d35
pkgname = hyperspace-bin
diff --git a/PKGBUILD b/PKGBUILD
index 99a55ff6ea12..ce52cca192db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,21 @@
-# Maintainer: Mélanie Chauvel (ariasuni) <perso@hack-libre.org>
+# Maintainer: Karmanyaah Malhotra <karmanyaahm at gmail dot com>
+# Contributor: Mélanie Chauvel (ariasuni) <perso@hack-libre.org>
_appname=hyperspace
pkgname="$_appname-bin"
-pkgver=1.1.3
+pkgver=1.1.4
pkgrel=1
epoch=1
pkgdesc='The fluffiest client for the fediverse'
arch=(x86_64)
url='https://hyperspace.marquiskurt.net/'
+provides=('hyperspace')
+conflicts=('hyperspace')
license=('custom:NPLv4')
depends=(gtk3 libnotify nss libxss libxtst xdg-utils libappindicator-gtk3 libsecret)
source=("https://github.com/hyperspacedev/hyperspace/releases/download/v${pkgver//_/-}/hyperspace_${pkgver//_/-}_amd64.deb"
'LICENSE.txt')
-sha256sums=('e330c191d3cf7a45bc207068cfe416d4a092ca88c87402526e3bee707e810ccb'
+sha256sums=('4c290c7b8bb1816592cde9897ec6f12981c1daf51abe1235db8f2de4272c0fef'
'f49ae3685bf4635b0eb6f07fe684ed1b30f5b2a2c9b5b05b589fb9edfead8d35')
build() {