diff options
author | Ariejan de Vroom | 2022-05-05 10:23:31 +0200 |
---|---|---|
committer | Ariejan de Vroom | 2022-05-05 10:23:31 +0200 |
commit | a5901ff6da0b417b77b5533eeb526a21b3f58407 (patch) | |
tree | da232b7345e03bd6838d1240b33ec2dfcc0833e3 | |
parent | c1b699175999f34d2d818e481edf434c655b31d9 (diff) | |
download | aur-a5901ff6da0b417b77b5533eeb526a21b3f58407.tar.gz |
Release 1.1.3
-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.2 + pkgver = 1.1.3 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.2/txdx-1.1.2-linux-x64.tar.gz - sha256sums = 5cda92be41721bd1dc8af7437f739051f108a12f80be9f726f818718682b8d68 + 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 pkgname = txdx-bin @@ -1,7 +1,7 @@ # Maintainer: Ariejan de Vroom <ariejan[at]devroom[dot]io> pkgname=txdx-bin _pkgname=txdx -pkgver=1.1.2 +pkgver=1.1.3 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.2/txdx-1.1.2-linux-x64.tar.gz") -sha256sums=('5cda92be41721bd1dc8af7437f739051f108a12f80be9f726f818718682b8d68') +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') package() { install -dm755 ${pkgdir}/opt/${_pkgname}/ |