summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2024-01-30 20:56:02 +0100
committerbegin-theadventure2024-01-30 20:56:02 +0100
commit36b060921cc89e87da4a7f1ba5fb53adc0cdfcf2 (patch)
tree3786c2ddd0e86eb1aad3177e774a2524d9b3a1cb
parent8b4eacb1b3178a6c7c3f11038d792d397dcb2ecc (diff)
downloadaur-36b060921cc89e87da4a7f1ba5fb53adc0cdfcf2.tar.gz
45.1.7
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c5152956a36..7c3de0044d77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = errands
pkgdesc = Todo application for those who prefer simplicity
- pkgver = 45.1.6
+ pkgver = 45.1.7
pkgrel = 1
url = https://github.com/mrvladus/Errands
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = errands
depends = python-icalendar
depends = libadwaita
depends = libsecret
- source = git+https://github.com/mrvladus/Errands.git#tag=45.1.6
+ source = git+https://github.com/mrvladus/Errands.git#tag=45.1.7
sha256sums = SKIP
pkgname = errands
diff --git a/PKGBUILD b/PKGBUILD
index 6e2e8171664a..be4e9a23e968 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: begin-theadventure <begin-thecontact.ncncb at dralias dot com>
pkgname=errands
-pkgver=45.1.6
+pkgver=45.1.7
pkgrel=1
pkgdesc='Todo application for those who prefer simplicity'
url="https://github.com/mrvladus/Errands"
@@ -23,7 +23,7 @@ check() {
}
package() {
- DESTDIR="$pkgdir" meson install -C build
+ meson install -C build --destdir "$pkgdir"
chmod +x "$pkgdir/usr/bin/errands"
install -Dm644 Errands/LICENSE -t "$pkgdir/usr/share/licenses/errands"
}