summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorflolep26072023-01-24 21:23:40 +0100
committerflolep26072023-01-24 21:23:40 +0100
commit72327fc88d4f24c38342ec4393d4f55062b52032 (patch)
treec265866b2828536db3f46552c88b482249200cc2
parent15a07e116b0dce952efd48095ccd184a1b4b798b (diff)
downloadaur-72327fc88d4f24c38342ec4393d4f55062b52032.tar.gz
# What’s Changed ?
## Fixes + Fixed the token system + Fixed the miniProgressBar's selector ## Feature wise + added Snackbars that will be used to show errors and other stuff + Added Discord RPC (Rich Presence) to the app + Added a SKIP button (+90 seconds for now) and Autoplay feature + Seasons now get saved so you won't to go back to the first season every time you go back and forth between episodes. + Added continue watching to the main page. ## Design-wise + On the player, all the color would be synced to the theme set now everything is the right color + No more rounded corners on the player + Fixed all the little weirdnesses that came up with rounded corners **Full Changelog**: https://github.com/kamyroll/Kamyroll-Tauri/compare/v1.0.4...dev
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef973b6d751c..b3480ec92615 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = kamyroll-tauri-dev
arch = x86_64
license = custom
depends = libayatana-appindicator
- source = https://github.com/kamyroll/Kamyroll-Tauri/releases/download/v1.0.5-beta+272d341/kamyroll_1.0.5_amd64.deb
- sha512sums = 09a6f4bb8c7178c6b1be676be6de642a3373a54526b4e76aa486ef807b07ad4dec5d8c90d0083d5511fc89b06e66cadfcfda24f82ebacd5ded43302a9bea496f
+ source = https://github.com/kamyroll/Kamyroll-Tauri/releases/download/v1.0.5-beta+272d341/kamyroll_1.0.5_amd64-debug.deb
+ sha512sums = ded1b8cc09bfdf7aace5ca53a43b201e4f9b9726c24ccbab85b79f3cfbf286a8bbeb5aefedc6ccef344d2ab360b7152ec531e58f802298cd4568174ce060bc2c
pkgname = kamyroll-tauri-dev
diff --git a/PKGBUILD b/PKGBUILD
index 74d56d986633..d4a707568318 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ url='https://github.com/kamyroll/Kamyroll-Tauri'
license=('custom')
depends=('libayatana-appindicator')
-source=("$url/releases/download/v${pkgver//_/-}/kamyroll_${pkgver%_*}_amd64.deb")
-sha512sums=('09a6f4bb8c7178c6b1be676be6de642a3373a54526b4e76aa486ef807b07ad4dec5d8c90d0083d5511fc89b06e66cadfcfda24f82ebacd5ded43302a9bea496f')
+source=("$url/releases/download/v${pkgver//_/-}/kamyroll_${pkgver%_*}_amd64-debug.deb")
+sha512sums=('ded1b8cc09bfdf7aace5ca53a43b201e4f9b9726c24ccbab85b79f3cfbf286a8bbeb5aefedc6ccef344d2ab360b7152ec531e58f802298cd4568174ce060bc2c')
package() {
tar xf data.tar.gz -C "${pkgdir}"