summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkalekale2021-05-05 16:57:25 +0545
committerkalekale2021-05-05 16:57:25 +0545
commit60e6998cc80c999ece158aac0720dd32aebd33ee (patch)
treeb49767d8c9966d83ded2c12e8313c234a751ddd0
parent4483e731144c705efbc16ca4bf3b79fc2dc6802a (diff)
downloadaur-python3-anilistpy.tar.gz
fix desc and license
-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')