summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorflolep26072023-01-22 23:54:18 +0100
committerflolep26072023-01-22 23:54:18 +0100
commitff583c08580942533b1a7827d41e08dcd2da7ec2 (patch)
treebb7325ae0f607a0ca1c872a5c4ac81e56649da7a
parent14a039d99704c865569ae776eda107ce420666f1 (diff)
downloadaur-ff583c08580942533b1a7827d41e08dcd2da7ec2.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--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10ae0f81d8bd..78634a879d5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Kamyroll <>
pkgname=kamyroll-tauri-dev
-pkgver=1.0.5_beta+8a5c01f
+pkgver=1.0.5_beta+e891c9b
pkgrel=1
pkgdesc='Kamyroll-Tauri is a computer client allowing you to view your favorite anime from well known platforms.'
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('custom')
depends=('libayatana-appindicator')
source=("$url/releases/download/v${pkgver//_/-}/kamyroll_${pkgver%_*}_amd64.deb")
-sha512sums=('c07d25de68c2b2e261199696c0ad77fc23dc44dc7036205e2f196feb030e232b0a0a1a72ec7f136ae757d3cb30278521da20d814cc8ea03b10a0bd7d015996b0')
+sha512sums=('e97ab50662f882495f9e7f1366b371590fedd374916cf11b04f60331b65c0d3fa82574fd45ccf5996431fc7fdfcc6db76d23f8bc2038785adb010f85e8643672')
package() {
tar xf data.tar.gz -C "${pkgdir}"