summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Höher2020-08-16 15:34:28 +0200
committerMartin Höher2020-08-16 15:34:28 +0200
commita66cf03ae1ccc0e903b01c6ab0f024d82136fd20 (patch)
tree595d34691c866a7454fe84e5a582f4330847f0a0
parent4d4c95dc96e67c9907843d5d93451f5d2d6e7e22 (diff)
downloadaur-a66cf03ae1ccc0e903b01c6ab0f024d82136fd20.tar.gz
Update PKGBUILD
Use lower case pkgname. Increase pkgrel.
-rw-r--r--.SRCINFO37
-rw-r--r--PKGBUILD4
2 files changed, 21 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91d3321eb7c4..2f7e9e53fbf2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
+
diff --git a/PKGBUILD b/PKGBUILD
index e338e8baabb3..caaf2a4a0aeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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/"