summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2d1a7efdeba..027c33aab43e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,15 @@
# Contributor: Cosku Bas <cosku.bas@gmail.com>
pkgname=objectivelymvc-git
-pkgver=r873.5dbd343
+pkgver=r907.f1c4b3c
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/ObjectivelyMVC"
license=('zlib')
-
makedepends=('git' 'clang' 'autoconf' 'automake' 'check')
depends=('objectively-git' 'sdl2' 'sdl2_image' 'sdl2_ttf' 'fontconfig')
-
-source=(git://github.com/jdolan/ObjectivelyMVC)
+source=(git+https://github.com/jdolan/ObjectivelyMVC)
sha1sums=('SKIP')
pkgver() {
@@ -20,7 +18,6 @@ pkgver() {
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
-
build() {
cd ObjectivelyMVC
autoreconf -i