mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
1.0.3
This commit is contained in:
parent
17fa925ac8
commit
23fa9ca756
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = keep-me-awake
|
||||
pkgdesc = Inhibit screensaver and suspend in GNOME
|
||||
pkgver = 1.0.2
|
||||
pkgver = 1.0.3
|
||||
pkgrel = 1
|
||||
url = https://codeberg.org/swsnr/keep-me-awake
|
||||
arch = x86_64
|
||||
|
|
@ -12,7 +12,7 @@ pkgbase = keep-me-awake
|
|||
makedepends = just
|
||||
depends = gtk4
|
||||
depends = libadwaita
|
||||
source = git+https://codeberg.org/swsnr/keep-me-awake.git#tag=v1.0.2
|
||||
sha256sums = 257100a56fd6fe12c0bf5c365f3d91329aa5c179fc30e553a2b38abda5d8a8b9
|
||||
source = git+https://codeberg.org/swsnr/keep-me-awake.git#tag=v1.0.3
|
||||
sha256sums = 54772659abb27c6535d4ee430487a77511c05b927263545d95e590cccc7d5c7d
|
||||
|
||||
pkgname = keep-me-awake
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
|
||||
pkgname=keep-me-awake
|
||||
_app_id=de.swsnr.keepmeawake
|
||||
pkgver=1.0.2
|
||||
pkgver=1.0.3
|
||||
pkgrel=1
|
||||
pkgdesc="Inhibit screensaver and suspend in GNOME"
|
||||
arch=('x86_64' 'aarch64')
|
||||
|
|
@ -18,7 +18,7 @@ makedepends=(
|
|||
'just'
|
||||
)
|
||||
source=("git+https://codeberg.org/swsnr/keep-me-awake.git#tag=v$pkgver")
|
||||
sha256sums=('257100a56fd6fe12c0bf5c365f3d91329aa5c179fc30e553a2b38abda5d8a8b9')
|
||||
sha256sums=('54772659abb27c6535d4ee430487a77511c05b927263545d95e590cccc7d5c7d')
|
||||
|
||||
prepare() {
|
||||
cd "$pkgname"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue