summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanos Apostolou2019-02-08 13:57:08 +0200
committerThanos Apostolou2019-02-08 13:57:08 +0200
commit6a87e2aa830b0c27f1ce238c59a4a8389f02ee0b (patch)
tree869883c78e41d7cfe9ce5c90a87ccf89e19aeab9
parent44484ecbc09ffd46f0127440fe5f8858d99fe29e (diff)
downloadaur-6a87e2aa830b0c27f1ce238c59a4a8389f02ee0b.tar.gz
update to 0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f264d62f843c..35c84c7203fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gnome-shell-extension-custom-hot-corners
pkgdesc = A GNOME Shell Extension for customizable hot corners
- pkgver = 0.1
+ pkgver = 0.2
pkgrel = 1
url = https://github.com/janxyz/custom-hot-corners
arch = any
license = GPL3
depends = gnome-shell
- source = https://github.com/janxyz/custom-hot-corners/archive/0.1.tar.gz
- sha256sums = ff655548521bce858316939cc733f42f3dba969ab8c6aaf6e72afba0d6f22c1d
+ source = https://github.com/janxyz/custom-hot-corners/archive/0.2.tar.gz
+ sha256sums = d62db1f42a91f554846920ea2717dd239ef6e45a8c10f9ded25239f2d75666c7
pkgname = gnome-shell-extension-custom-hot-corners
diff --git a/PKGBUILD b/PKGBUILD
index 272f78eed8a3..2b93fcbdd09e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gnome-shell-extension-custom-hot-corners
_pkgname=custom-hot-corners
-pkgver=0.1
+pkgver=0.2
pkgrel=1
pkgdesc="A GNOME Shell Extension for customizable hot corners"
arch=('any')
@@ -10,7 +10,7 @@ url="https://github.com/janxyz/custom-hot-corners"
license=('GPL3')
depends=('gnome-shell')
source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=('ff655548521bce858316939cc733f42f3dba969ab8c6aaf6e72afba0d6f22c1d')
+sha256sums=('d62db1f42a91f554846920ea2717dd239ef6e45a8c10f9ded25239f2d75666c7')
build() {