summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 021b2fb3d11e..57b26fd02699 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = go-for-it
pkgdesc = A stylish to-do list with built-in productivity timer.
pkgver = 1.8.1
- pkgrel = 1
- url = https://github.com/mank319/Go-For-It
+ pkgrel = 2
+ url = https://github.com/JMoerman/Go-For-It
install = go-for-it.install
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = go-for-it
depends = gtk3
depends = libnotify
conflicts = go-for-it-git
- source = go-for-it-1.8.1.tar.gz::https://github.com/mank319/Go-For-It/archive/1.8.1.tar.gz
+ source = go-for-it-1.8.1.tar.gz::https://github.com/JMoerman/Go-For-It/archive/1.8.1.tar.gz
sha256sums = a0e53c80ce43aa4ce15c71d239cc1a1847ab600821d9c77ba528f47d32173e08
pkgname = go-for-it
diff --git a/PKGBUILD b/PKGBUILD
index d471d8ea9d96..87f69e23e976 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
pkgname=go-for-it
pkgver=1.8.1
-pkgrel=1
+pkgrel=2
pkgdesc='A stylish to-do list with built-in productivity timer.'
arch=('i686' 'x86_64')
-url='https://github.com/mank319/Go-For-It'
+url='https://github.com/JMoerman/Go-For-It'
license=('GPL3')
depends=('gtk3' 'libnotify')
makedepends=('vala' 'cmake' 'intltool')
conflicts=('go-for-it-git')
install='go-for-it.install'
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mank319/Go-For-It/archive/${pkgver}.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/JMoerman/Go-For-It/archive/${pkgver}.tar.gz")
sha256sums=('a0e53c80ce43aa4ce15c71d239cc1a1847ab600821d9c77ba528f47d32173e08')
build() {