diff options
author | Martin Höher | 2020-08-16 15:34:28 +0200 |
---|---|---|
committer | Martin Höher | 2020-08-16 15:34:28 +0200 |
commit | a66cf03ae1ccc0e903b01c6ab0f024d82136fd20 (patch) | |
tree | 595d34691c866a7454fe84e5a582f4330847f0a0 | |
parent | 4d4c95dc96e67c9907843d5d93451f5d2d6e7e22 (diff) | |
download | aur-a66cf03ae1ccc0e903b01c6ab0f024d82136fd20.tar.gz |
Update PKGBUILD
Use lower case pkgname. Increase pkgrel.
-rw-r--r-- | .SRCINFO | 37 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 21 insertions, 20 deletions
@@ -1,21 +1,22 @@ pkgbase = opentodolist - pkgdesc = Maintain todo lists, notes and images in libraries, which can be synced via various services like NextCloud between your devices. - pkgver = 3.25.0 - pkgrel = 1 - url = https://opentodolist.rpdev.net/ - arch = x86_64 - license = GPL - makedepends = git - depends = qt5-base - depends = qt5-tools - depends = qt5-quickcontrols2 - depends = syntax-highlighting - depends = libsecret - depends = ttf-roboto - depends = noto-fonts - provides = opentodolist - conflicts = opentodolist - source = opentodolist::git+https://gitlab.com/rpdev/opentodolist.git#commit=3.25.0 - md5sums = SKIP + pkgdesc = Maintain todo lists, notes and images in libraries, which can be synced via various services like NextCloud between your devices. + pkgver = 3.25.0 + pkgrel = 2 + url = https://opentodolist.rpdev.net/ + arch = x86_64 + license = GPL + makedepends = git + depends = qt5-base + depends = qt5-tools + depends = qt5-quickcontrols2 + depends = syntax-highlighting + depends = libsecret + depends = ttf-roboto + depends = noto-fonts + provides = opentodolist + conflicts = opentodolist + source = opentodolist::git+https://gitlab.com/rpdev/opentodolist.git#commit=3.25.0 + md5sums = SKIP pkgname = opentodolist + @@ -1,7 +1,7 @@ # Maintainer: Martin Hoeher <martin@rpdev.net> -pkgname=OpenTodoList +pkgname=opentodolist pkgver=3.25.0 -pkgrel=1 +pkgrel=2 pkgdesc="Maintain todo lists, notes and images in libraries, which can be synced via various services like NextCloud between your devices." arch=('x86_64') url="https://opentodolist.rpdev.net/" |