summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcorey drew bruce2024-04-27 12:25:02 +1000
committercorey drew bruce2024-04-27 12:25:02 +1000
commit35b8c73f1b7b9b7c72b702bae992355e1b4084ca (patch)
tree85807d386ca80232e25885ac82d745431b6523fd
parente07999a9b4077611e34225ff329b562df9072361 (diff)
downloadaur-35b8c73f1b7b9b7c72b702bae992355e1b4084ca.tar.gz
- Updated repo link as I have moved it to a big main repository for all my projects - Added the checksums to the package
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03a2587d16e8..1a6df34da554 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = crunchyroll
pkgdesc = Unnofficial CrunchyRoll desktop application
pkgver = 1.0.4
pkgrel = 1
- url = https://gitlab.com/crunchyroll/application
+ url = https://gitlab.com/linuxbombay/crunchyroll
arch = x86_64
license = GPL
makedepends = unzip
@@ -12,7 +12,7 @@ pkgbase = crunchyroll
depends = libxss
depends = git
conflicts = crunchyroll-bin
- source = https://github.com/crunchyroll-pkg/crunchyroll/archive/refs/tags/1.0.4-1.tar.gz
- sha256sums = SKIP
+ source = https://gitlab.com/linuxbombay/crunchyroll/application/-/archive/1.0.4-1/application-1.0.4-1.tar.bz2
+ sha256sums = fd9377797f7e2b1189cfe489216fec5553df032a5da87ff1f578f397f9034c75
pkgname = crunchyroll
diff --git a/PKGBUILD b/PKGBUILD
index 6719bc23374f..7f3dd974344a 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,14 @@ pkgver=1.0.4
pkgrel=1
pkgdesc="Unnofficial CrunchyRoll desktop application"
arch=('x86_64')
-url="https://gitlab.com/crunchyroll/application"
+url="https://gitlab.com/linuxbombay/crunchyroll"
license=('GPL')
depends=('libelectron' 'nss' 'gtk3' 'libxss' 'git')
makedepends=('unzip')
conflicts=("crunchyroll-bin")
replace=("crunchyroll-bin")
-#source=("https://gitlab.com/crunchyroll/application/-/archive/$pkgver-$pkgrel/application-$pkgver-$pkgrel.tar.bz2")
-#Backup temp repo
-source=("https://github.com/crunchyroll-pkg/crunchyroll/archive/refs/tags/$pkgver-$pkgrel.tar.gz")
-sha256sums=('SKIP')
+source=("$url/application/-/archive/$pkgver-$pkgrel/application-$pkgver-$pkgrel.tar.bz2")
+sha256sums=('fd9377797f7e2b1189cfe489216fec5553df032a5da87ff1f578f397f9034c75')
package() {