summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM.Reynolds2016-10-15 21:21:04 -0400
committerM.Reynolds2016-10-15 21:21:04 -0400
commit98f948a0f8cf9ca01faab78b317aa6d62b829176 (patch)
tree220fcc13b71c63369bc52bf64a8da68caf6c21ce
parentf249e66af5da157fb200f6a713c891f68b90212a (diff)
downloadaur-98f948a0f8cf9ca01faab78b317aa6d62b829176.tar.gz
Changed to a working upstream URL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3236210049d..0a94a84108a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = cournal
pkgdesc = A collaborative note taking and journal application using a stylus.
pkgver = r207.23392b8
pkgrel = 1
- url = http://cournal-project.org/
+ url = https://github.com/flyser/cournal
arch = any
license = GPL3
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 3bf4d1616765..5f5ab8cb3ae1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc='A collaborative note taking and journal application using a stylus.'
arch=('any')
license=('GPL3')
-url='http://cournal-project.org/'
+url='https://github.com/flyser/cournal'
depends=('python' 'gtk3' 'poppler-glib' 'gobject-introspection' 'python-gobject'
'python-zope-interface' 'hicolor-icon-theme' 'desktop-file-utils' 'intltool')
makedepends=('git' 'mercurial')