summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederic Bezies2022-03-16 18:39:20 +0100
committerFrederic Bezies2022-03-16 18:39:20 +0100
commita2f919da0b54e1f11557646920e2c568a7bc2c7d (patch)
treef19eabcf6b42044def6df86b6c12d96d95df04d7 /PKGBUILD
parent111937cdc406dc949eddaea537a275f0d0bc64f6 (diff)
downloadaur-objectivelymvc-git.tar.gz
March, 16th 2022 update
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