summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Beste2018-03-28 19:57:20 -0500
committerDan Beste2018-03-28 19:57:20 -0500
commit2ac15d21cefda12b5a3d1254d23b630dfe3d5c0e (patch)
tree5dd7617d77dcb7d52d6308a7e5717d2ae7502897
parent7e645d8a09c12a062c1135668d1305deedffbb01 (diff)
downloadaur-2ac15d21cefda12b5a3d1254d23b630dfe3d5c0e.tar.gz
v8.1.0-git
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2420c4826224..b241c2a94f1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libcs50-git
pkgdesc = CS50 Library for C
- pkgver = 8.0.5.r33.g80275e4
+ pkgver = 8.1.0.r0.gafba85d
pkgrel = 1
url = https://cs50.harvard.edu/
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = libcs50-git
makedepends = git
provides = libcs50
conflicts = libcs50
- source = git+https://github.com/cs50/libcs50.git
+ source = git+https://github.com/cs50/libcs50.git#branch=master
sha256sums = SKIP
pkgname = libcs50-git
diff --git a/PKGBUILD b/PKGBUILD
index 66d575255f6e..c36510ea94fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='libcs50-git'
_gitname='libcs50'
-pkgver=8.0.5.r33.g80275e4
+pkgver=8.1.0.r0.gafba85d
pkgrel=1
pkgdesc="CS50 Library for C"
arch=('x86_64' 'i686')
@@ -12,7 +12,7 @@ groups=('cs50')
makedepends=('asciidoctor' 'git')
provides=("${_gitname}")
conflicts=("${_gitname}")
-source=('git+https://github.com/cs50/libcs50.git')
+source=('git+https://github.com/cs50/libcs50.git#branch=master')
sha256sums=('SKIP')
pkgver() {