summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTD-Sky2024-02-28 07:43:46 +0800
committerTD-Sky2024-02-28 07:43:46 +0800
commit56563bef2882a740996c880ff0422193a966be2e (patch)
treed592a363895b2a4fa5ae0eabe4da9e96feecf7ae
parent0c1d145d1edf3d40618e7e38551ed57768d7e83e (diff)
downloadaur-56563bef2882a740996c880ff0422193a966be2e.tar.gz
0.11.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fbccf5ddeaa..a48bf337b86e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
pkgbase = satty-bin
pkgdesc = A screenshot annotation tool inspired by Swappy and Flameshot
- pkgver = 0.10.0
+ pkgver = 0.11.0
pkgrel = 1
url = https://github.com/gabm/Satty
arch = x86_64
license = MPL-2.0
depends = gtk4
depends = libadwaita
+ depends = libglvnd
+ depends = libepoxy
provides = satty
conflicts = satty
- source = satty-bin-0.10.0.tar.gz::https://github.com/gabm/Satty/releases/download/v0.10.0/satty-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = a4bb42fb414f1010102bf0e0d26b276f9c31b7b3d934297bf5a36af85e9ee14b
+ source = satty-bin-0.11.0.tar.gz::https://github.com/gabm/Satty/releases/download/v0.11.0/satty-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 977141bdc3de3b715f4d153d167eadce2b14ec9df7eaf3a5a5df77656ec5cbbc
pkgname = satty-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9ac18a74d5db..88e3ede93dcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# https://github.com/TD-Sky/PKGBUILDs
pkgname=satty-bin
-pkgver=0.10.0
+pkgver=0.11.0
pkgrel=1
pkgdesc="A screenshot annotation tool inspired by Swappy and Flameshot"
url="https://github.com/gabm/Satty"
@@ -13,9 +13,9 @@ license=("MPL-2.0")
arch=("x86_64")
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
-depends=('gtk4' 'libadwaita')
+depends=('gtk4' 'libadwaita' 'libglvnd' 'libepoxy')
source=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/${pkgname%-bin}-x86_64-unknown-linux-gnu.tar.gz")
-sha256sums=('a4bb42fb414f1010102bf0e0d26b276f9c31b7b3d934297bf5a36af85e9ee14b')
+sha256sums=('977141bdc3de3b715f4d153d167eadce2b14ec9df7eaf3a5a5df77656ec5cbbc')
package() {
install -Dm 755 "${pkgname%-bin}" -t "$pkgdir/usr/bin"