summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorliolok2019-09-23 21:05:32 +0800
committerliolok2019-09-23 21:05:32 +0800
commitd2d6cbaf13843c86a269ab2295987c3649d142b2 (patch)
tree12b4e0acc035507ca546e94ec37ea19cc2299e07
parent04de6d26c29c99e606c4ef1d1a247d31cb0f8efd (diff)
downloadaur-d2d6cbaf13843c86a269ab2295987c3649d142b2.tar.gz
upgrade to v0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 065ee488e56f..21174707f95a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = gnome-shell-extension-custom-hot-corners
pkgdesc = A GNOME Shell Extension for customizable hot corners
- pkgver = 0.3
+ pkgver = 0.4
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.3.tar.gz
- sha256sums = fc0bad50b17cff1673fae6b82dcbcd57b66654fe78fda2e9799dfb62ee4c43ca
+ source = https://github.com/janxyz/custom-hot-corners/archive/0.4.tar.gz
+ sha256sums = 97978dfc1620573fa9c24aa4081c51208e221f66b1539e74dc618ebc889ed3aa
pkgname = gnome-shell-extension-custom-hot-corners
diff --git a/PKGBUILD b/PKGBUILD
index 2efdd7e04c64..0cb1975cc893 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-custom-hot-corners
_pkgname=custom-hot-corners
-pkgver=0.3
+pkgver=0.4
pkgrel=1
pkgdesc="A GNOME Shell Extension for customizable hot corners"
arch=('any')
@@ -11,7 +11,7 @@ url="https://github.com/janxyz/custom-hot-corners"
license=('GPL3')
depends=('gnome-shell')
source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=('fc0bad50b17cff1673fae6b82dcbcd57b66654fe78fda2e9799dfb62ee4c43ca')
+sha256sums=('97978dfc1620573fa9c24aa4081c51208e221f66b1539e74dc618ebc889ed3aa')
build() {