summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
-rw-r--r--notice.install2
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a9a2bb91a99..c8c29b7ab197 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gnome-shell-extension-screenshotlocations-git
- pkgdesc = A GNOME extension for changing the screenshot output directory
- pkgver = 31.dfdcf12
+ pkgdesc = Gnome-shell extension disabling hotcorners
+ pkgver = 25.2948bc8
pkgrel = 1
- url = https://codeberg.org/kiyui/gnome-shell-screenshotlocations-extension
+ url = https://github.com/TimurKiyivinski/gnome-shell-screenshotlocations-extension
arch = any
license = GPLv2
makedepends = git
depends = gnome-shell
- source = git://codeberg.org/kiyui/gnome-shell-screenshotlocations-extension.git
+ source = git://github.com/TimurKiyivinski/gnome-shell-screenshotlocations-extension
sha256sums = SKIP
pkgname = gnome-shell-extension-screenshotlocations-git
diff --git a/PKGBUILD b/PKGBUILD
index 38a0e977bfaf..42cd737abb80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=gnome-shell-extension-screenshotlocations-git
_gitname=gnome-shell-screenshotlocations-extension
-pkgver=31.dfdcf12
+pkgver=25.2948bc8
pkgrel=1
-pkgdesc="A GNOME extension for changing the screenshot output directory"
+pkgdesc="Gnome-shell extension disabling hotcorners"
arch=('any')
-url="https://codeberg.org/kiyui/gnome-shell-screenshotlocations-extension"
+url="https://github.com/TimurKiyivinski/gnome-shell-screenshotlocations-extension"
license=('GPLv2')
depends=('gnome-shell')
makedepends=('git')
-source=('git://codeberg.org/kiyui/gnome-shell-screenshotlocations-extension.git')
+source=('git://github.com/TimurKiyivinski/gnome-shell-screenshotlocations-extension')
sha256sums=('SKIP')
pkgver() {
diff --git a/notice.install b/notice.install
index 5e7e5c24a3d9..bac60d6e7b45 100644
--- a/notice.install
+++ b/notice.install
@@ -1,6 +1,6 @@
post_install() {
instruct
- echo "and enable the extension with gnome-tweaks."
+ echo "and enable the extension with gnome-tweak-tool."
}
post_upgrade() {