summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCoşku Baş2016-09-17 20:41:00 +0300
committerCoşku Baş2016-09-17 20:41:00 +0300
commit8113bb5b484c01ff8542e0cf17465e14e104b8fc (patch)
tree54b187acfc95cf00e164765a003c985d57beade4
parent8664b4887318f220190efee758672d2fb65566d0 (diff)
downloadaur-8113bb5b484c01ff8542e0cf17465e14e104b8fc.tar.gz
Fix URL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c6bd5a07f39..5e2e087129f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = objectivelymvc-git
pkgdesc = Object oriented MVC framework for OpenGL, SDL2 and GNU C. Inspired by Apple's AppKit.
pkgver = r252.dd425fd
pkgrel = 1
- url = https://github.com/jdolan/Objectively
+ url = https://github.com/jdolan/ObjectivelyMVC
arch = i686
arch = x86_64
license = zlib
diff --git a/PKGBUILD b/PKGBUILD
index f4df780e361f..addb702412f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=r252.dd425fd
pkgrel=1
pkgdesc="Object oriented MVC framework for OpenGL, SDL2 and GNU C. Inspired by Apple's AppKit."
arch=('i686' 'x86_64')
-url="https://github.com/jdolan/Objectively"
+url="https://github.com/jdolan/ObjectivelyMVC"
license=('zlib')
makedepends=('git' 'clang' 'autoconf' 'automake' 'check')