summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d7961b49040..ef67b9d9f23d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = python3-anilistpy
+ pkgdesc = Easy to use python wrapper for anilist apiv2
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/anilistpy/anilistpy
arch = i686
arch = x86_64
- license = AGPL2
+ license = AGPL3
makedepends = python
makedepends = rust
makedepends = python-pip
diff --git a/PKGBUILD b/PKGBUILD
index 53853dc2bc79..d5fc7cc49cd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=python3-anilistpy
pkgver=0.1.0
-pkgrel=1
-pkgdesc=""
+pkgrel=2
+pkgdesc="Easy to use python wrapper for anilist apiv2"
arch=('i686' 'x86_64')
url="https://github.com/anilistpy/anilistpy"
-license=('AGPL2')
+license=('AGPL3')
provides=('python3-anilistpy')
conflicts=('python3-anilistpy')
makedepends=('python' 'rust' 'python-pip')