summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2022-12-19 12:00:41 +0000
committergrufo2022-12-19 12:00:41 +0000
commit48b8b942333fbcf9f95cb46ad66695a510669ab2 (patch)
tree6baab21b0253daf1be122cd0732bde54d6ac6ce3
parent778bef3a0cbdb286f9377e66b238b96734e19321 (diff)
downloadaur-48b8b942333fbcf9f95cb46ad66695a510669ab2.tar.gz
Update `$url`
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eee17d60b509..aa15e1ed432a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = libgnuisance
pkgdesc = GTK New User Interfaces
pkgver = 0.1.0
pkgrel = 1
- url = https://github.com/madmurphy/libgnuisance
+ url = https://madmurphy.github.io/libgnuisance
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 8affb002cf2d..9702c69acfd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver='0.1.0'
pkgrel=1
pkgdesc='GTK New User Interfaces'
arch=('i686' 'x86_64')
-url='https://github.com/madmurphy/libgnuisance'
+url="https://madmurphy.github.io/${pkgname}"
license=('GPL')
depends=('glib2' 'libadwaita' 'gtk4')
makedepends=('gtk-doc')