summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Seemayer2019-06-23 21:06:51 +0200
committerStefan Seemayer2019-06-23 21:06:51 +0200
commit424cfb05fc15725ef4d073863eb4dec960a4c159 (patch)
tree56f5157e9e97b3204956dbf499a4f1c04eeff34d
parentf4056f5e15ba848022dd1734a178ffbf789e7b5f (diff)
downloadaur-424cfb05fc15725ef4d073863eb4dec960a4c159.tar.gz
Fix upstream URL
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 08675b29da87..f5eb6852295f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=0.3
pkgrel=2
pkgdesc="Take desktop screenshots and glue them to make a time lapse video in GNU/Linux"
arch=(i686 x86_64)
-url="http://code.google.com/p/glapse/"
+url="https://github.com/dsaltares/glapse"
license=('GPL')
depends=(python2 pygtk scrot ffmpeg)