summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnderPy2022-10-25 17:48:59 +1000
committerEnderPy2022-10-25 17:48:59 +1000
commitce82d1fb27c45251ea5f10e27ce7418b5b63ca9c (patch)
tree1d75650bf796746c314866494ec161bbc247e2c0
parent4b416497c7cac8588b89b95766f056b5acd891db (diff)
downloadaur-python-kivymd.tar.gz
update to 1.1.1, switch link to kivymd/KivyMD
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16ec7808060c..4bbcceb605b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-kivymd
pkgdesc = KivyMD is a collection of Material Design compliant widgets for use with Kivy, a framework for cross-platform, touch-enabled graphical applications.
- pkgver = 1.0.2
+ pkgver = 1.1.1
pkgrel = 1
- url = https://github.com/HeaTTheatR/KivyMD/
+ url = https://github.com/kivymd/KivyMD/
arch = any
license = MIT
makedepends = python-setuptools
- source = https://github.com/HeaTTheatR/KivyMD/archive/1.0.2.tar.gz
- md5sums = 2cefeec5df7fc81886cade8aca640c93
+ source = https://github.com/kivymd/KivyMD/archive/1.1.1.tar.gz
+ md5sums = ba3c7e9696ac850e1c054af55a7da3f7
pkgname = python-kivymd
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}"