summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorliolok2020-02-26 12:14:53 +0800
committerliolok2020-02-26 12:14:53 +0800
commit9f82d6f3d301e4a4c4ab2610e82aa01884456f25 (patch)
treeb8873579edfc9c67f86d606465970b2940e89249
parentd2d6cbaf13843c86a269ab2295987c3649d142b2 (diff)
downloadaur-9f82d6f3d301e4a4c4ab2610e82aa01884456f25.tar.gz
upgrade to v0.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21174707f95a..96027387f129 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.4
+ pkgver = 0.7
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.4.tar.gz
- sha256sums = 97978dfc1620573fa9c24aa4081c51208e221f66b1539e74dc618ebc889ed3aa
+ source = https://github.com/janxyz/custom-hot-corners/archive/0.7.tar.gz
+ sha256sums = 00fbd5eb20c3d995f0ee4ac47d1653f2080b5d3dc869e57d89d30bf6d716cc30
pkgname = gnome-shell-extension-custom-hot-corners
diff --git a/PKGBUILD b/PKGBUILD
index 0cb1975cc893..20757f1e53d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-custom-hot-corners
_pkgname=custom-hot-corners
-pkgver=0.4
+pkgver=0.7
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=('97978dfc1620573fa9c24aa4081c51208e221f66b1539e74dc618ebc889ed3aa')
+sha256sums=('00fbd5eb20c3d995f0ee4ac47d1653f2080b5d3dc869e57d89d30bf6d716cc30')
build() {