summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d568fc76d95..c426c7269fc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Niels Poulsen <apakoh@apakoh.dk>
pkgname=ctodo
-pkgver=1.1
-pkgrel=4
+pkgver=1.2
+pkgrel=1
pkgdesc="A simple ncurses-based task manager."
url="http://ctodo.apakoh.dk"
arch=('x86_64' 'i686')
@@ -12,8 +12,8 @@ conflicts=()
replaces=()
backup=()
install=
-source=("https://github.com/downloads/nielssp/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('1896cdce31984d82f985ca7a4036cd12')
+source=("https://github.com/nielssp/${pkgname}/archive/v${pkgver}.tar.gz")
+md5sums=('475f62b95bb025d3a954fcebdd986f65')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"