summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b527a9d8cb8..aed799837336 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xlap
pkgdesc = Window snap assistant for Xfce and the X Window System
- pkgver = 0.9.2
+ pkgver = 0.9.3
pkgrel = 0
url = https://gitlab.com/sri-at-gitlab/projects/xlap
changelog = CHANGELOG
@@ -14,9 +14,9 @@ pkgbase = xlap
depends = libappindicator-gtk3
depends = python-pynput
depends = libnotify
- source = https://gitlab.com/sri-at-gitlab/projects/xlap/-/raw/v0.9.2/xlap
- source = https://gitlab.com/sri-at-gitlab/projects/xlap/-/raw/v0.9.2/xlap.desktop
- md5sums = ae7231629598edbc21adc59722e65a87
+ source = https://gitlab.com/sri-at-gitlab/projects/xlap/-/raw/v0.9.3/xlap
+ source = https://gitlab.com/sri-at-gitlab/projects/xlap/-/raw/v0.9.3/xlap.desktop
+ md5sums = 50fd1e4ea67e90b119319cdcc0ea60c1
md5sums = 08a752f95cf9a89273e1df8e5ad84739
pkgname = xlap
diff --git a/.gitignore b/.gitignore
index 67c989225a2f..03e9feef4361 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,7 @@ src
pkg
*.tar.gz
*.zst
+
+## xlap
+xlap
+xlap.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 23ca22fde5d6..8b2f39b76c6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sri <opensource@srirangan.net>
pkgname="xlap"
-pkgver="0.9.2"
+pkgver="0.9.3"
pkgrel=0
pkgdesc="Window snap assistant for Xfce and the X Window System"
arch=("any")
@@ -18,7 +18,7 @@ depends=("xdotool"
changelog="CHANGELOG"
source=("https://gitlab.com/sri-at-gitlab/projects/xlap/-/raw/v$pkgver/xlap"
"https://gitlab.com/sri-at-gitlab/projects/xlap/-/raw/v$pkgver/xlap.desktop")
-md5sums=("ae7231629598edbc21adc59722e65a87" # md5sum xlap
+md5sums=("50fd1e4ea67e90b119319cdcc0ea60c1" # md5sum xlap
"08a752f95cf9a89273e1df8e5ad84739") # md5sum xlap.desktop
package() {