diff options
author | Ariejan de Vroom | 2022-05-27 21:33:24 +0200 |
---|---|---|
committer | Ariejan de Vroom | 2022-05-27 21:33:24 +0200 |
commit | a9712a8808493e133c4042896800481f6e7f95b2 (patch) | |
tree | 2431c268955a0fd3a8320138f7d77d9856be890d | |
parent | a5901ff6da0b417b77b5533eeb526a21b3f58407 (diff) | |
download | aur-a9712a8808493e133c4042896800481f6e7f95b2.tar.gz |
Release 1.1.5
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = txdx-bin pkgdesc = Todo's like you've never seen before - pkgver = 1.1.3 + pkgver = 1.1.5 pkgrel = 1 url = https://www.txdx.eu arch = x86_64 @@ -9,7 +9,7 @@ pkgbase = txdx-bin depends = zenity provides = txdx conflicts = txdx - source = https://gitlab.devroom.io/api/v4/projects/17/packages/generic/txdx/1.1.3/txdx-1.1.3-linux-x64.tar.gz - sha256sums = e8499189c07b292ac1ee0ad68852a34498ee66679a5a60e1d6338f9bf620189e + source = https://gitlab.devroom.io/api/v4/projects/17/packages/generic/txdx/1.1.5/txdx-1.1.5-linux-x64.tar.gz + sha256sums = f10974825aa4dda8f25bfe28201698ac2c92fd736c4e57f60aa709ccb66b66ef pkgname = txdx-bin @@ -1,7 +1,7 @@ # Maintainer: Ariejan de Vroom <ariejan[at]devroom[dot]io> pkgname=txdx-bin _pkgname=txdx -pkgver=1.1.3 +pkgver=1.1.5 pkgrel=1 pkgdesc="Todo's like you've never seen before" arch=('x86_64') @@ -11,8 +11,8 @@ provides=("$_pkgname") conflicts=("$_pkgname") depends=('gtk3' 'zenity') -source=("https://gitlab.devroom.io/api/v4/projects/17/packages/generic/txdx/1.1.3/txdx-1.1.3-linux-x64.tar.gz") -sha256sums=('e8499189c07b292ac1ee0ad68852a34498ee66679a5a60e1d6338f9bf620189e') +source=("https://gitlab.devroom.io/api/v4/projects/17/packages/generic/txdx/1.1.5/txdx-1.1.5-linux-x64.tar.gz") +sha256sums=('f10974825aa4dda8f25bfe28201698ac2c92fd736c4e57f60aa709ccb66b66ef') package() { install -dm755 ${pkgdir}/opt/${_pkgname}/ |