summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1612a738d05..403ff2800b05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = gnome-shell-extension-screenshotlocations-git
license = GPL2
makedepends = git
makedepends = meson
- makedepends = eslint
depends = gnome-shell
source = git+https://codeberg.org/kiyui/gnome-shell-screenshotlocations-extension.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7187cd51120c..d3ae42b98189 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=gnome-shell-extension-screenshotlocations-git
_reponame=gnome-shell-screenshotlocations-extension
-pkgver=r31.dfdcf12
+pkgver=r32.1daf0f9
pkgrel=1
pkgdesc="A GNOME extension for changing the screenshot output directory"
arch=('any')
url="https://codeberg.org/kiyui/gnome-shell-screenshotlocations-extension"
license=('GPL2')
depends=('gnome-shell')
-makedepends=('git' 'meson' 'eslint')
+makedepends=('git' 'meson')
source=('git+'${url}'.git')
sha256sums=('SKIP')