summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpetrushka2016-04-22 09:42:46 +0300
committerpetrushka2016-04-22 09:42:46 +0300
commit644f98450cb9d2bcd7dd62c2c11232d0d71eb2f0 (patch)
tree525726626d3b72a9bd83fa03f16edaf1c296c0e5
parent554898cb0f9320abd9fd92c6ec3ada45b8709d27 (diff)
downloadaur-644f98450cb9d2bcd7dd62c2c11232d0d71eb2f0.tar.gz
Upgrade to 0.2.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21936d2ce74f..8bcabbe9086a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = diorite
pkgdesc = Utility and widget library based on Glib and GTK3.
- pkgver = 0.2.0
+ pkgver = 0.2.1
pkgrel = 1
- url = https://tiliado.eu/diorite
+ url = https://github.com/tiliado/diorite
arch = i686
arch = x86_64
license = GPL
@@ -11,8 +11,9 @@ pkgbase = diorite
depends = glib2
depends = gtk3
provides = diorite
- source = https://github.com/tiliado/diorite/archive/0.2.0.tar.gz
- sha256sums = f4517f148b8296f6c72146769f8537c1348ee9e87eb0171e0213858a0d0aae8d
+ conflicts = diorite-git
+ source = https://github.com/tiliado/diorite/archive/0.2.1.tar.gz
+ sha256sums = 188335b58e7fea03e81c89d6f2bb1694063bac34483de05ee1e600e1cf696dd0
pkgname = diorite
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}"