summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRamon Buldó2017-03-30 16:29:36 +0200
committerRamon Buldó2017-03-30 16:29:36 +0200
commite3744b77cf435f927487e0c34c3a7130c650e53d (patch)
tree5bc6fa87db764176babb994bf432f9db9fe755dc
parent9a4550198c82f7754ef71b7d841358c72de086b9 (diff)
downloadaur-e3744b77cf435f927487e0c34c3a7130c650e53d.tar.gz
updpkg: 0.0.37
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 972eb15f0ae8..653b6ee1afd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-langtable
pkgdesc = Guessing reasonable defaults for locale, keyboard layout, territory, and language.
- pkgver = 0.0.33
+ pkgver = 0.0.37
pkgrel = 1
url = https://github.com/mike-fabian/langtable
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-langtable
depends = python-setuptools
depends = gzip
options = !emptydirs
- source = https://github.com/mike-fabian/langtable/archive/0.0.33.tar.gz
- sha256sums = 26c9a5891c3a92995b49bfc3e32d87b66eb089dd30e1c7cda4aa44347196b363
+ source = https://github.com/mike-fabian/langtable/archive/0.0.37.tar.gz
+ sha256sums = 12999a70d5954a730a09886c17c210354b538bd22ddcfe5b1367207724a84071
pkgname = python-langtable
diff --git a/PKGBUILD b/PKGBUILD
index cbb998f576dc..19bef83648f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kirek <rbuldo at gmail dot com>
pkgname=python-langtable
_pyname=langtable
-pkgver=0.0.33
+pkgver=0.0.37
pkgrel=1
pkgdesc='Guessing reasonable defaults for locale, keyboard layout, territory, and language.'
arch=('any')
@@ -10,7 +10,7 @@ license=('GPLv3+' 'MIT')
depends=('python' 'python-setuptools' 'gzip')
options=(!emptydirs)
source=("https://github.com/mike-fabian/${_pyname}/archive/${pkgver}.tar.gz")
-sha256sums=('26c9a5891c3a92995b49bfc3e32d87b66eb089dd30e1c7cda4aa44347196b363')
+sha256sums=('12999a70d5954a730a09886c17c210354b538bd22ddcfe5b1367207724a84071')
_destdir=/usr
_datadir=${_destdir}/share/langtable