summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorliolok2020-03-11 10:17:33 +0800
committerliolok2020-03-11 10:17:33 +0800
commite9c2af62ebf545cbdbd28d541d2984c53f29ff48 (patch)
tree976491ee4336cd0d5edf0bf9d5c1c0b06f18932d
parent9f82d6f3d301e4a4c4ab2610e82aa01884456f25 (diff)
downloadaur-e9c2af62ebf545cbdbd28d541d2984c53f29ff48.tar.gz
upgrade to v0.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96027387f129..ab08de899798 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.7
+ pkgver = 0.8
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.7.tar.gz
- sha256sums = 00fbd5eb20c3d995f0ee4ac47d1653f2080b5d3dc869e57d89d30bf6d716cc30
+ source = https://github.com/janxyz/custom-hot-corners/archive/0.8.tar.gz
+ sha256sums = 53eff790dc5bc631714b018bd2a13cb83fa307a851dd6ea30df81c0e424cc9f1
pkgname = gnome-shell-extension-custom-hot-corners
diff --git a/PKGBUILD b/PKGBUILD
index 20757f1e53d9..e30c971e048f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gnome-shell-extension-custom-hot-corners
_pkgname=custom-hot-corners
-pkgver=0.7
+pkgver=0.8
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=('00fbd5eb20c3d995f0ee4ac47d1653f2080b5d3dc869e57d89d30bf6d716cc30')
+sha256sums=('53eff790dc5bc631714b018bd2a13cb83fa307a851dd6ea30df81c0e424cc9f1')
build() {