Package Details: python-tinyaes 1.0.4-1

Git Clone URL: https://aur.archlinux.org/python-tinyaes.git (read-only, click to copy)
Package Base: python-tinyaes
Description: A utility to find python versions on your system.
Upstream URL: https://github.com/naufraghi/tinyaes-py.git
Licenses: MIT
Submitter: samarthj
Maintainer: samarthj
Last Packager: samarthj
Votes: 3
Popularity: 0.000287
First Submitted: 2022-06-26 02:03 (UTC)
Last Updated: 2022-11-04 01:34 (UTC)

Latest Comments

jose1711 commented on 2024-05-03 05:34 (UTC)

--- PKGBUILD.orig   2024-05-03 07:33:30.134687286 +0200
+++ PKGBUILD    2024-05-03 07:27:14.571443031 +0200
@@ -4,7 +4,7 @@

 pkgname=python-tinyaes
 _name=${pkgname#python-}
-pkgver=1.0.4
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="A utility to find python versions on your system."
 arch=("any")
@@ -13,8 +13,8 @@
 depends=("cython")
 makedepends=("python-build" "python-installer" "python-setuptools" "python-wheel")
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('38084eb8ea07526e5cfec1f3aa7ad0d073c5479908944213402574bbe11881fa51349f7edc1ae8f078db3c13c880f4b72a145977eb2012ffa8e1c521fca7548b')
-b2sums=('05bfd3f0506ac293b3f2c2be71696fe1261c385d739e0df68eaa54b7d7d518a00ce05491efe84b5d2c4db25d8ed1bdc64601dac75d4e65c8f1d83f4e5f0eb4f5')
+sha512sums=('47c436a9122fad68506e6c0ea1114966a852949bdefd0dc51c63e08a2471be2ef3251823a7ecd278dc9212dad92a5f4c354ac07e259f054bd6ab2ab41827ce9e')
+b2sums=('f4ee1353e55b7127f153d4801b35de830b1183e78462c7913989868805dbdbae78c4a627957d44db84f46beaeec55757e99a10d2a93dda06ed47bb970644728e')

 build() {
   cd "$srcdir/${_name}-$pkgver" || exit 1