summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Schlatow2021-11-02 10:08:18 +0100
committerJohannes Schlatow2021-11-02 10:08:18 +0100
commite38284cfcfb02f117b3f295cf675e27382220d9e (patch)
tree647bffad7194dcf07efb80199419bc3ffb452ef6
parent8bdd6fbc68bab6d8b93c90de37f88e6160c336d5 (diff)
downloadaur-e38284cfcfb02f117b3f295cf675e27382220d9e.tar.gz
update to 1.1.5
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a19e0bb53685..590cf0400bac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = taskopen
pkgdesc = Script for taking notes and open urls with taskwarrior
- pkgver = 1.1.4
+ pkgver = 1.1.5
pkgrel = 1
url = http://github.com/ValiValpas/taskopen/
arch = i686
@@ -12,8 +12,7 @@ pkgbase = taskopen
depends = perl-json
depends = task>=2.4.0
optdepends = xdg-utils: easily use default application associated with a file type
- source = https://codeload.github.com/ValiValpas/taskopen/tar.gz/v1.1.4
- sha256sums = 774dd89f5c92462098dd6227e181268e5ec9930bbc569f25784000df185c71ba
+ source = https://codeload.github.com/ValiValpas/taskopen/tar.gz/v1.1.5
+ sha256sums = edf9dc76dd70089e3334bac27fddf24450fc4385d0dc3089d7ecc983d19c977c
pkgname = taskopen
-
diff --git a/PKGBUILD b/PKGBUILD
index 07f3e5277ac8..7f810c0e6948 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Johannes Schlatow <johannes.schlatow@googlemail.com>
pkgname=taskopen
-pkgver=1.1.4
+pkgver=1.1.5
pkgrel=1
pkgdesc="Script for taking notes and open urls with taskwarrior"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('perl' 'perl-json' 'task>=2.4.0')
optdepends=('xdg-utils: easily use default application associated with a file type')
makedepends=('git' 'make')
source=("https://codeload.github.com/ValiValpas/taskopen/tar.gz/v${pkgver}")
-sha256sums=("774dd89f5c92462098dd6227e181268e5ec9930bbc569f25784000df185c71ba")
+sha256sums=("edf9dc76dd70089e3334bac27fddf24450fc4385d0dc3089d7ecc983d19c977c")
build() {
cd "$srcdir/${pkgname}-${pkgver}"