summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsomini2020-09-15 03:10:45 +0100
committersomini2020-09-15 03:10:45 +0100
commit4ef84f592209b38ec68f705ef0d0f78693a10f6a (patch)
tree643f950ea4676885817ba2883c9a6ae2ea74aba6 /PKGBUILD
parent9df6d94faf415ec654b20ef53723a4860501ec7c (diff)
downloadaur-xdg-autostart.tar.gz
Release: v1.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75c5ec4f0589..bb9f5b22d429 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: somini <dev@somini.xyz>
pkgname=xdg-autostart
-pkgver=1.3.0
+pkgver=1.3.1
_pkgver="v$pkgver"
pkgrel=1
pkgdesc="Autostart programs according to the XDG specification"
@@ -11,7 +11,7 @@ makedepends=('vala' 'meson')
provides=('xdg-autostart')
conflicts=('xdg-autostart-hg')
source=("$pkgname-$_pkgver.tar.gz::https://gitlab.com/somini/xdg-autostart/-/archive/$_pkgver/xdg-autostart-$_pkgver.tar.gz")
-sha256sums=('aab3d37c9774d40508e86aca69d44517ad238b05a0a9f69597734d5f74fb3a9e')
+sha256sums=('ea054cdba0b8fcaee36658f1199a9ba7ba97328d38276d99f9c3c5b086a6cf53')
build() {
cd "$srcdir/$pkgname-$_pkgver"