summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2022-03-16 18:36:19 +0100
committerFrederic Bezies2022-03-16 18:36:19 +0100
commit77aec1a7b595dced8bd07dd09ad942d191bb876b (patch)
treec259b1527126fdc43119731f91ba9dddf52afc26
parentbfdfba6b0b93cdfe9d123584eddbbc427ea908da (diff)
downloadaur-objectively-git.tar.gz
March, 16th 2022 update
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7555ba9e717..f1df0967cc12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = objectively-git
pkgdesc = Ultra-lightweight object oriented framework for GNU C.
- pkgver = r668.7baa846
+ pkgver = r673.2cf2a1c
pkgrel = 1
url = https://github.com/jdolan/Objectively
arch = i686
@@ -11,8 +11,7 @@ pkgbase = objectively-git
makedepends = autoconf
makedepends = automake
makedepends = check
- source = git://github.com/jdolan/Objectively
+ source = git+https://github.com/jdolan/Objectively
sha1sums = SKIP
pkgname = objectively-git
-
diff --git a/PKGBUILD b/PKGBUILD
index d9f796c48fc0..3da5c85a1e6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,14 @@
# Contributor: Cosku Bas <cosku.bas@gmail.com>
pkgname=objectively-git
-pkgver=r668.7baa846
+pkgver=r673.2cf2a1c
pkgrel=1
pkgdesc="Ultra-lightweight object oriented framework for GNU C."
arch=('i686' 'x86_64')
url="https://github.com/jdolan/Objectively"
license=('zlib')
-
makedepends=('git' 'clang' 'autoconf' 'automake' 'check')
-
-source=(git://github.com/jdolan/Objectively)
+source=(git+https://github.com/jdolan/Objectively)
sha1sums=('SKIP')
pkgver() {