summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEnderPy2022-10-25 17:48:59 +1000
committerEnderPy2022-10-25 17:48:59 +1000
commitce82d1fb27c45251ea5f10e27ce7418b5b63ca9c (patch)
tree1d75650bf796746c314866494ec161bbc247e2c0 /PKGBUILD
parent4b416497c7cac8588b89b95766f056b5acd891db (diff)
downloadaur-python-kivymd.tar.gz
update to 1.1.1, switch link to kivymd/KivyMD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1daeb9053452..96e10f48688c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-# Contributor: lazant <a.l.i.c.e at outlook.com>
# Maintainer: EnderPi <samueltlewis27 at gmail.com>
+# Contributor: lazant <a.l.i.c.e at outlook.com>
pkgname=python-kivymd
-pkgver=1.0.2
+pkgver=1.1.1
pkgrel=1
pkgdesc="KivyMD is a collection of Material Design compliant widgets for use with Kivy, a framework for cross-platform, touch-enabled graphical applications."
arch=('any')
-url="https://github.com/HeaTTheatR/KivyMD/"
+url="https://github.com/kivymd/KivyMD/"
license=('MIT')
makedepends=('python-setuptools')
-source=("https://github.com/HeaTTheatR/KivyMD/archive/${pkgver}.tar.gz")
-md5sums=('2cefeec5df7fc81886cade8aca640c93')
+source=("https://github.com/kivymd/KivyMD/archive/${pkgver}.tar.gz")
+md5sums=('ba3c7e9696ac850e1c054af55a7da3f7')
build() {
cd "${srcdir}/KivyMD-${pkgver}"