summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 213f4db4158b..e30d667acdf3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: petRUShka <petrushkin@yandex.ru>
pkgname=diorite
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
pkgdesc="Utility and widget library based on Glib and GTK3."
arch=('i686' 'x86_64')
-url="https://tiliado.eu/diorite"
+url="https://github.com/tiliado/diorite"
license=('GPL')
provides=('diorite')
depends=('python' 'vala' 'glib2' 'gtk3')
source=(https://github.com/tiliado/${pkgname}/archive/${pkgver}.tar.gz)
conflicts=('diorite-git')
-sha256sums=('f4517f148b8296f6c72146769f8537c1348ee9e87eb0171e0213858a0d0aae8d')
+sha256sums=('188335b58e7fea03e81c89d6f2bb1694063bac34483de05ee1e600e1cf696dd0')
build() {
cd "$srcdir/${pkgname}-${pkgver}"