Skip to content

Commit

Permalink
Update to v1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Neptune650 committed Feb 3, 2024
1 parent caeafe7 commit ffdb3c2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = grimshot
pkgdesc = A helper for screenshots within sway.
pkgver = 1.6.1
pkgrel = 5
pkgver = 1.9
pkgrel = 1
url = https://github.com/OctopusET/sway-contrib
arch = any
license = MIT
Expand All @@ -11,9 +11,9 @@ pkgbase = grimshot
depends = jq
optdepends = libnotify: Notify users when a screenshot is taken
optdepends = wl-clipboard: Copy screenshots
source = grimshot-1.6.1::https://raw.githubusercontent.com/OctopusET/sway-contrib/a90c7a28f57192f2937820508a7262f4323abef3/grimshot
source = grimshot-1.6.1.1.scd::https://raw.githubusercontent.com/OctopusET/sway-contrib/a90c7a28f57192f2937820508a7262f4323abef3/grimshot.1.scd
sha256sums = 54b306a51bd4849d569e3e84e14e5fe87d476fef6bbaba40d8b17048de62513e
sha256sums = 1eb7a44acbe9a6c67075973942810c1728d3c0c807d2461f32fdce1c2c6a1dd2
source = grimshot-1.9::https://raw.githubusercontent.com/OctopusET/sway-contrib/2a132b84460dcf28d042dc1a1cc6311b1918b43a/grimshot
source = grimshot-1.9.1.scd::https://raw.githubusercontent.com/OctopusET/sway-contrib/2a132b84460dcf28d042dc1a1cc6311b1918b43a/grimshot.1.scd
sha256sums = 7ff2e4fe93aca461605cb677c9a4ca5fe283333f89229db81172046a6c86a1fa
sha256sums = d940e87358033919ea175351210c1ca1a6b456a55e35f40b3d6039ba662c0fe8

pkgname = grimshot
12 changes: 6 additions & 6 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Contributor: Hugo Osvaldo Barrera <[email protected]>

pkgname=grimshot
pkgver=1.6.1
pkgrel=5
pkgver=1.9
pkgrel=1
pkgdesc="A helper for screenshots within sway."
arch=("any")
url="https://github.com/OctopusET/sway-contrib"
Expand All @@ -13,11 +13,11 @@ optdepends=('libnotify: Notify users when a screenshot is taken'
'wl-clipboard: Copy screenshots')
makedepends=("scdoc")
source=(
"$pkgname-$pkgver::https://raw.githubusercontent.com/OctopusET/sway-contrib/a90c7a28f57192f2937820508a7262f4323abef3/grimshot"
"$pkgname-$pkgver.1.scd::https://raw.githubusercontent.com/OctopusET/sway-contrib/a90c7a28f57192f2937820508a7262f4323abef3/grimshot.1.scd"
"$pkgname-$pkgver::https://raw.githubusercontent.com/OctopusET/sway-contrib/2a132b84460dcf28d042dc1a1cc6311b1918b43a/grimshot"
"$pkgname-$pkgver.1.scd::https://raw.githubusercontent.com/OctopusET/sway-contrib/2a132b84460dcf28d042dc1a1cc6311b1918b43a/grimshot.1.scd"
)
sha256sums=('54b306a51bd4849d569e3e84e14e5fe87d476fef6bbaba40d8b17048de62513e'
'1eb7a44acbe9a6c67075973942810c1728d3c0c807d2461f32fdce1c2c6a1dd2')
sha256sums=('7ff2e4fe93aca461605cb677c9a4ca5fe283333f89229db81172046a6c86a1fa'
'd940e87358033919ea175351210c1ca1a6b456a55e35f40b3d6039ba662c0fe8')

build() {
cd "$srcdir/"
Expand Down

0 comments on commit ffdb3c2

Please sign in to comment.