summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Schlatow2019-04-08 09:45:56 +0200
committerJohannes Schlatow2019-04-08 09:45:56 +0200
commit8bdd6fbc68bab6d8b93c90de37f88e6160c336d5 (patch)
tree5282f74835def524f64cce7c7cef2864329c2fd8
parent1dfa2810266fa2787394c1418adfa70a6dcfee3f (diff)
downloadaur-8bdd6fbc68bab6d8b93c90de37f88e6160c336d5.tar.gz
update to 1.1.4
also fixes source URL
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ce5fa28a623..a19e0bb53685 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Wed Apr 19 12:09:38 UTC 2017
pkgbase = taskopen
pkgdesc = Script for taking notes and open urls with taskwarrior
- pkgver = 1.1.3
- pkgrel = 2
+ pkgver = 1.1.4
+ pkgrel = 1
url = http://github.com/ValiValpas/taskopen/
arch = i686
arch = x86_64
@@ -14,8 +12,8 @@ pkgbase = taskopen
depends = perl-json
depends = task>=2.4.0
optdepends = xdg-utils: easily use default application associated with a file type
- source = https://github.com/ValiValpas/taskopen/archive/v1.1.3.tar.gz
- sha256sums = 55a00a2b947f2415934f1b6bd98ca69e3f85cf07da3be4e3f6841198037b9caa
+ source = https://codeload.github.com/ValiValpas/taskopen/tar.gz/v1.1.4
+ sha256sums = 774dd89f5c92462098dd6227e181268e5ec9930bbc569f25784000df185c71ba
pkgname = taskopen
diff --git a/PKGBUILD b/PKGBUILD
index 58fd12138d97..07f3e5277ac8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Johannes Schlatow <johannes.schlatow@googlemail.com>
pkgname=taskopen
-pkgver=1.1.3
-pkgrel=2
+pkgver=1.1.4
+pkgrel=1
pkgdesc="Script for taking notes and open urls with taskwarrior"
arch=('i686' 'x86_64')
url="http://github.com/ValiValpas/taskopen/"
@@ -10,8 +10,8 @@ license=('GPL')
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://github.com/ValiValpas/taskopen/archive/v${pkgver}.tar.gz")
-sha256sums=("55a00a2b947f2415934f1b6bd98ca69e3f85cf07da3be4e3f6841198037b9caa")
+source=("https://codeload.github.com/ValiValpas/taskopen/tar.gz/v${pkgver}")
+sha256sums=("774dd89f5c92462098dd6227e181268e5ec9930bbc569f25784000df185c71ba")
build() {
cd "$srcdir/${pkgname}-${pkgver}"