summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkleintux2022-05-19 14:17:33 +0200
committerkleintux2022-05-19 14:17:33 +0200
commit54d71aac033d30c5baa534b6256982ea9946b361 (patch)
tree1c427b141edcabaa511300c06a4c6793ae17885d /PKGBUILD
parentc1fc2d5574bf587520de84a6b02aff185dc3d1ae (diff)
downloadaur-54d71aac033d30c5baa534b6256982ea9946b361.tar.gz
fixed upstream URL typo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a30a9509821c..dd5d4a216b7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=simple-diary-gtk
pkgver=0.4.1
-pkgrel=1
+pkgrel=2
pkgdesc='Simple and lightweight diary app'
arch=('x86_64')
-url='https://github.com/johan-bjareholt/${pkgname}'
+url="https://github.com/johan-bjareholt/${pkgname}"
license=('GPL3')
depends=('libhandy' 'md4c' 'webkit2gtk' 'gtkmdview')
makedepends=('appstream-glib' 'meson')