summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcorey drew bruce2022-08-09 01:21:52 +1000
committercorey drew bruce2022-08-09 01:21:52 +1000
commitf58f1a9511b21fe3349cb990980786be27467402 (patch)
treeb92d12f00184ca1a07e1752dfc6af836ceaf56f5
parent88bd84913a53807b3f7ac6e3a63284fd82fb01e9 (diff)
downloadaur-f58f1a9511b21fe3349cb990980786be27467402.tar.gz
7Plus 1.0.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 915df38c364d..d92d0c57fbc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = 7plus-bin
pkgdesc = Unofficial 7Plus desktop application.
pkgver = 1.0.0
pkgrel = 1
- url = https://gitlab.com/7plus-application
+ url = hhttps://gitlab.com/7plus
arch = x86_64
arch = arm7h
arch = aarch64
@@ -12,9 +12,9 @@ pkgbase = 7plus-bin
depends = gtk3
depends = libxss
conflicts = 7plus-git
- source_x86_64 = https://gitlab.com/7plus-application/binaries/1.0.0-1/-/raw/main/7Plus-linux-x64.tar.gz
+ source_x86_64 = https://gitlab.com/7plus/binaries/1.0.0-1/-/raw/main/7Plus-linux-x64.tar.xz
sha256sums_x86_64 = SKIP
- source_aarch64 = https://gitlab.com/7plus-application/binaries/1.0.0-1/-/raw/main/7Plus-linux-arm64.tar.gz
+ source_aarch64 = https://gitlab.com/7plus/binaries/1.0.0-1/-/raw/main/7Plus-linux-arm64.tar.xz
sha256sums_aarch64 = SKIP
pkgname = 7plus-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2b5ed8dd485e..6b51470eab1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _pkgrel_armv7h=1
_pkgrel_aarch64=1
pkgdesc="Unofficial 7Plus desktop application."
arch=('x86_64' 'arm7h' 'aarch64')
-url="https://gitlab.com/7plus-application"
+url="hhttps://gitlab.com/7plus"
license=('GPL')
depends=('nss' 'gtk3' 'libxss')
makedepends=('unzip')
@@ -15,9 +15,9 @@ conflicts=("7plus-git")
sha256sums_x86_64=('SKIP')
sha256sums_aarch64=('SKIP')
sha256sums_armv7h=('SKIP')
-source_x86_64=("https://gitlab.com/7plus-application/binaries/"$pkgver"-"$pkgrel"/-/raw/main/7Plus-linux-x64.tar.gz")
-source_armv7h=("https://gitlab.com/7plus-application/binaries/"$pkgver"-"$pkgrel"/-/raw/main/7Plus-linux-armv7l.tar.gz")
-source_aarch64=("https://gitlab.com/7plus-application/binaries/"$pkgver"-"$pkgrel"/-/raw/main/7Plus-linux-arm64.tar.gz")
+source_x86_64=("https://gitlab.com/7plus/binaries/"$pkgver"-"$pkgrel"/-/raw/main/7Plus-linux-x64.tar.xz")
+source_armv7h=("https://gitlab.com/7plus/binaries/"$pkgver"-"$pkgrel"/-/raw/main/7Plus-linux-armv7l.tar.xz")
+source_aarch64=("https://gitlab.com/7plus/binaries/"$pkgver"-"$pkgrel"/-/raw/main/7Plus-linux-arm64.tar.xz")
package() {
for dir in 7Plus-linux-*/ ; do mv "${dir}" "$_pkgname" ;done