summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDonald Webster2024-03-28 12:29:55 -0700
committerDonald Webster2024-03-28 12:29:55 -0700
commited9633a30e121a47da05b2e044795e6e0901f0d9 (patch)
treec3c0bc79b3fac3e3ffc8c699bb123235c272d6c9 /PKGBUILD
parent40b53955a8ce4f94d79f10965398de03e6328579 (diff)
downloadaur-ed9633a30e121a47da05b2e044795e6e0901f0d9.tar.gz
Update to v1.2.9.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e197ca35eea..1297a26d241c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-tmdbapis'
_name=${pkgname#python-}
-pkgver=1.2.7
+pkgver=1.2.9
pkgrel=1
pkgdesc="A set of tools based around the requests library for safely making HTTP requests on behalf of a third party."
arch=('any')
@@ -16,7 +16,7 @@ makedepends=(
'python-setuptools'
)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('4af2cdbfd3cbd9680fd4fe6a133e875ee10958c3e592aed9d5b53cde509043393f93c843fde5943f5abec2a804f89f360eaa8316af64e9060a13cbc429b540aa')
+sha512sums=('e1852ab5d757af9a98c61d5eafed06dea6f550eac77cada60845556aa13f4759555f05a4e469655ba6e510ce2453b57ddb0bc047e7b071d28a246062a87a6175')
package() {
cd tmdbapis-${pkgver}