summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorflolep26072023-01-13 15:08:11 +0100
committerflolep26072023-01-13 15:08:11 +0100
commit3cea8a2361fdec203b5d6af490bcd564d9f41d12 (patch)
tree9c90a6e91246689d20be7bfb027935e7146b6467 /PKGBUILD
parent130b9c54907dcece1872f55dd337732e304f4ceb (diff)
downloadaur-3cea8a2361fdec203b5d6af490bcd564d9f41d12.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 ## 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
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 16af75429876..10ae0f81d8bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: Luiz Renato <ruizlenato@proton.me>
+# Maintainer: Kamyroll_dev <>
+# Contributor: Kamyroll <>
pkgname=kamyroll-tauri-dev
-pkgver=$(git ls-remote --tags --sort='v:refname' git@github.com:kamyroll/Kamyroll-Tauri.git | tail --lines=1 | cut --delimiter='/' --fields=3 | tr '-' '_' | sed 's/^v//')
+pkgver=1.0.5_beta+8a5c01f
pkgrel=1
-pkgdesc='Kamyroll-Tauri is a computer client allowing you to view your favorite anime thanks to Kamyroll.'
+pkgdesc='Kamyroll-Tauri is a computer client allowing you to view your favorite anime from well known platforms.'
arch=('x86_64')
url='https://github.com/kamyroll/Kamyroll-Tauri'
license=('custom')