summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6421f6ef5ab..ce41a68301f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: intothegnu <intothegnu@protonmail.com>
pkgname="personalanimelist"
-pkgver="1.0rc"
-pkgrel="2"
+pkgver="1.0"
+pkgrel="1"
pkgdesc="Minimal TUI anime list that stays on your computer. Supports Kitsu integration."
arch=('x86_64')
depends=('glibc' 'sqlite')
@@ -10,7 +10,7 @@ makedepends=('git' 'go>=1.22')
license=('GPL')
url="https://codeberg.org/IntoTheGNU/PersonalAnimeList"
source=("https://codeberg.org/IntoTheGNU/PersonalAnimeList/archive/${pkgver/rc/-rc}.tar.gz")
-md5sums=('8960ff824987f495ca3e50d2ef1d84aa')
+md5sums=('9dd1a820ed966e776f18dab5d88c7b3a')
build (){
cd "${pkgname}" || exit 1