summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author46792021-04-17 10:34:59 +0800
committer46792021-04-17 10:34:59 +0800
commitea4124af8997a7e55500df31e3c5ee7a46ceb948 (patch)
tree3a65363301b72fb47c0cf60bf0a0c092ab782e69
parentd156bc44ab9a0922c14fd0a89dbcca637b8fc063 (diff)
downloadaur-ea4124af8997a7e55500df31e3c5ee7a46ceb948.tar.gz
new upstream
-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 c8c29b7ab197..1a9a2bb91a99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gnome-shell-extension-screenshotlocations-git
- pkgdesc = Gnome-shell extension disabling hotcorners
- pkgver = 25.2948bc8
+ pkgdesc = A GNOME extension for changing the screenshot output directory
+ pkgver = 31.dfdcf12
pkgrel = 1
- url = https://github.com/TimurKiyivinski/gnome-shell-screenshotlocations-extension
+ url = https://codeberg.org/kiyui/gnome-shell-screenshotlocations-extension
arch = any
license = GPLv2
makedepends = git
depends = gnome-shell
- source = git://github.com/TimurKiyivinski/gnome-shell-screenshotlocations-extension
+ source = git://codeberg.org/kiyui/gnome-shell-screenshotlocations-extension.git
sha256sums = SKIP
pkgname = gnome-shell-extension-screenshotlocations-git
diff --git a/PKGBUILD b/PKGBUILD
index 42cd737abb80..38a0e977bfaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=gnome-shell-extension-screenshotlocations-git
_gitname=gnome-shell-screenshotlocations-extension
-pkgver=25.2948bc8
+pkgver=31.dfdcf12
pkgrel=1
-pkgdesc="Gnome-shell extension disabling hotcorners"
+pkgdesc="A GNOME extension for changing the screenshot output directory"
arch=('any')
-url="https://github.com/TimurKiyivinski/gnome-shell-screenshotlocations-extension"
+url="https://codeberg.org/kiyui/gnome-shell-screenshotlocations-extension"
license=('GPLv2')
depends=('gnome-shell')
makedepends=('git')
-source=('git://github.com/TimurKiyivinski/gnome-shell-screenshotlocations-extension')
+source=('git://codeberg.org/kiyui/gnome-shell-screenshotlocations-extension.git')
sha256sums=('SKIP')
pkgver() {
diff --git a/notice.install b/notice.install
index bac60d6e7b45..5e7e5c24a3d9 100644
--- a/notice.install
+++ b/notice.install
@@ -1,6 +1,6 @@
post_install() {
instruct
- echo "and enable the extension with gnome-tweak-tool."
+ echo "and enable the extension with gnome-tweaks."
}
post_upgrade() {