summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2020-05-06 13:41:41 -0700
committerDonald Webster2020-05-06 13:41:41 -0700
commit0e877a9237669496e5f23bdf54948655aade9052 (patch)
treee639e9ddbafb1100b325f1c13861b3040e620c62
parent4500dce28944e3ad6f29816efd647838dda5bf19 (diff)
downloadaur-0e877a9237669496e5f23bdf54948655aade9052.tar.gz
Fix description, url and license.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89ee84585ffa..39682928d989 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python-unrar
- pkgdesc = Push Notifications that work with just about every platform
+ pkgdesc = Work with RAR archive files through unrar library using ctypes.
pkgver = 0.4
pkgrel = 1
- url = https://github.com/davide-romanini/unrar
+ url = https://github.com/matiasb/python-unrar
arch = any
- license = MIT
+ license = GPLv3
makedepends = python-setuptools
depends = unrar
depends = python-unrardll
diff --git a/PKGBUILD b/PKGBUILD
index 378495dd7b5e..34c05c92b282 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgname='python-unrar'
_name=${pkgname#python-}
pkgver=0.4
pkgrel=1
-pkgdesc="Push Notifications that work with just about every platform"
+pkgdesc='Work with RAR archive files through unrar library using ctypes.'
arch=('any')
-url="https://github.com/davide-romanini/unrar"
-license=('MIT')
+url='https://github.com/matiasb/python-unrar'
+license=('GPLv3')
depends=(
'unrar'
'python-unrardll'