summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiodrag Tokić2020-08-07 16:54:04 +0200
committerMiodrag Tokić2020-08-07 16:54:04 +0200
commit23f1f97fed0f7df9fc1ecc95ccc1f07e9fe95419 (patch)
tree47dbad1dec72f4f3f2980f84054c3bab9a115bb5 /PKGBUILD
parent9043c24abf1651a3afdaaebf8f1bfdd1db8907fc (diff)
downloadaur-23f1f97fed0f7df9fc1ecc95ccc1f07e9fe95419.tar.gz
Change the project URL
As per the primary repository comment: > NOTE: all contributions should go to Jonathan Moerman's fork > because this is where active development is taking place: > https://github.com/JMoerman/Go-For-It
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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() {