summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2022-03-16 18:39:20 +0100
committerFrederic Bezies2022-03-16 18:39:20 +0100
commita2f919da0b54e1f11557646920e2c568a7bc2c7d (patch)
treef19eabcf6b42044def6df86b6c12d96d95df04d7
parent111937cdc406dc949eddaea537a275f0d0bc64f6 (diff)
downloadaur-objectivelymvc-git.tar.gz
March, 16th 2022 update
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2c9a59b449c..479d88b83b68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = objectivelymvc-git
pkgdesc = Object oriented MVC framework for OpenGL, SDL2 and GNU C. Inspired by Apple's AppKit.
- pkgver = r873.5dbd343
+ pkgver = r907.f1c4b3c
pkgrel = 1
url = https://github.com/jdolan/ObjectivelyMVC
arch = i686
@@ -16,8 +16,7 @@ pkgbase = objectivelymvc-git
depends = sdl2_image
depends = sdl2_ttf
depends = fontconfig
- source = git://github.com/jdolan/ObjectivelyMVC
+ source = git+https://github.com/jdolan/ObjectivelyMVC
sha1sums = SKIP
pkgname = objectivelymvc-git
-
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