summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkleintux2022-05-19 14:17:33 +0200
committerkleintux2022-05-19 14:17:33 +0200
commit54d71aac033d30c5baa534b6256982ea9946b361 (patch)
tree1c427b141edcabaa511300c06a4c6793ae17885d
parentc1fc2d5574bf587520de84a6b02aff185dc3d1ae (diff)
downloadaur-simple-diary-gtk.tar.gz
fixed upstream URL typo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af0a47c51b96..1c65509715ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = simple-diary-gtk
pkgdesc = Simple and lightweight diary app
pkgver = 0.4.1
- pkgrel = 1
- url = https://github.com/johan-bjareholt/${pkgname}
+ pkgrel = 2
+ url = https://github.com/johan-bjareholt/simple-diary-gtk
arch = x86_64
license = GPL3
makedepends = appstream-glib
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')