summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Beste2017-09-09 16:17:55 -0500
committerDan Beste2017-09-09 16:17:55 -0500
commit6d583fea95116a0e7076f5bee93a9481754bd415 (patch)
treefc23f3d1869ebd609b2a67153ba0e8f8feacbcea
parentf64ca0cfa9e2150576984f3df5a7f92ea85dbbfc (diff)
downloadaur-6d583fea95116a0e7076f5bee93a9481754bd415.tar.gz
8.0.5.r33.g80275e4
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54c4bd3e544b..c33f6d480d24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libcs50-git
pkgdesc = CS50 Library for C
- pkgver = 7.1.2.r79.g4132
+ pkgver = 8.0.5.r33.g80275e4
pkgrel = 1
url = https://cs50.harvard.edu/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c23dd39a269e..5ab5999fcf0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer : Dan Beste <dan.ray.beste@gmail.com>
+# Maintainer: Dan Beste <dan.ray.beste@gmail.com>
pkgname='libcs50-git'
_gitname='libcs50'
-pkgver=7.1.2.r79.g4132
+pkgver=8.0.5.r33.g80275e4
pkgrel=1
pkgdesc="CS50 Library for C"
arch=('x86_64' 'i686')
@@ -10,10 +10,10 @@ url="https://cs50.harvard.edu/"
license=('unknown')
groups=('cs50')
makedepends=('git')
-provides=('libcs50')
-conflicts=('libcs50')
+provides=("${_gitname}")
+conflicts=("${_gitname}")
source=('git+https://github.com/cs50/libcs50.git')
-md5sums=('SKIP')
+sha256sums=('SKIP')
pkgver() {
cd "${_gitname}"