summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d13b5f91621..f478aa772973 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = python-requests-cache
- pkgdesc = Transparent persistent cache for http://python-requests.org/ library ⛺ https://pypi.org/project/requests-cache/
+ pkgdesc = Transparent persistent cache for http://python-requests.org/ library.
pkgver = 0.5.0
pkgrel = 1
url = https://github.com/reclosedev/requests-cache
diff --git a/PKGBUILD b/PKGBUILD
index f8ed85e18676..2a7f67bf52c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname="requests-cache"
pkgname="python-requests-cache"
pkgver=0.5.0
pkgrel=1
-pkgdesc="Transparent persistent cache for http://python-requests.org/ library ⛺ https://pypi.org/project/requests-cache/"
+pkgdesc="Transparent persistent cache for http://python-requests.org/ library."
arch=("x86_64")
url="https://github.com/reclosedev/requests-cache"
license=("BSD")