summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoréclairevoyant2023-07-04 09:27:28 -0400
committeréclairevoyant2023-07-04 09:27:28 -0400
commitdc07ea274f88ae6052257168d851381d8fb01a4f (patch)
tree6e5b8a34206ed90e9cecca7df32c8e888564f780
parentdb72da4145b8ee5bb2363f203dce8532e3a1e2c7 (diff)
downloadaur-dc07ea274f88ae6052257168d851381d8fb01a4f.tar.gz
wayshot: upgpkg 1.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab7ba148d669..3037990ddb1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
pkgbase = wayshot
pkgdesc = Screenshot tool for wlroots compositors
- pkgver = 1.2.2
+ pkgver = 1.3.0
pkgrel = 1
- url = https://git.sr.ht/~shinyzenith/wayshot
+ url = https://github.com/waycrate/wayshot
arch = x86_64
license = BSD
makedepends = cargo
makedepends = git
makedepends = scdoc
+ depends = gcc-libs
+ depends = glibc
optdepends = slurp: for area selection
- source = git+https://git.sr.ht/~shinyzenith/wayshot#commit=31baff5229bc8f5bd835b1b7b649513b437dfe5e?signed
+ source = git+https://github.com/waycrate/wayshot#commit=43fae61e239d75b8381f1e07e09e40dc2103cc8e?signed
validpgpkeys = C18E2B48B8DA9B624C8B72D66DD485917B553B7B
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 558820917d45..17c85ca6cae9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: éclairevoyant
pkgname=wayshot
-pkgver=1.2.2
+pkgver=1.3.0
pkgrel=1
pkgdesc="Screenshot tool for wlroots compositors"
arch=(x86_64)
-url="https://git.sr.ht/~shinyzenith/$pkgname"
+url="https://github.com/waycrate/$pkgname"
license=(BSD)
+depends=(gcc-libs glibc)
optdepends=('slurp: for area selection')
makedepends=(cargo git scdoc)
-source=("git+$url#commit=31baff5229bc8f5bd835b1b7b649513b437dfe5e?signed")
+source=("git+$url#commit=43fae61e239d75b8381f1e07e09e40dc2103cc8e?signed")
b2sums=('SKIP')
validpgpkeys=('C18E2B48B8DA9B624C8B72D66DD485917B553B7B') # Shinyzenith#6969 (gpgkeypair) <aakashsensharma@gmail.com>