summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenjiTakahashi2016-06-05 21:25:35 +0200
committerKenjiTakahashi2016-06-05 21:25:35 +0200
commitb559a56e099491a9c80e3c129b23b968261b92f4 (patch)
treea5d79064cfbe328003c51b50f67b25c98e824831
parenta6a786adff47486597ece032aabef6346be57176 (diff)
downloadaur-b559a56e099491a9c80e3c129b23b968261b92f4.tar.gz
3.8-1: Bumped version, added .gitignore
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD6
3 files changed, 12 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5559039fdac8..f25aceaf0e3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Jun 5 19:24:30 UTC 2016
pkgbase = cpputest
pkgdesc = unit testing and mocking framework for C/C++
- pkgver = 3.7.2
+ pkgver = 3.8
pkgrel = 1
url = http://cpputest.org
arch = i686
@@ -9,8 +11,8 @@ pkgbase = cpputest
provides = cpputest
options = staticlibs
options = !strip
- source = https://github.com/cpputest/cpputest/releases/download/3.7.2/cpputest-3.7.2.tar.gz
- md5sums = f4f7d62cb78e360ee3c979ee834f88b4
+ source = https://github.com/cpputest/cpputest/releases/download/v3.8/cpputest-3.8.tar.gz
+ md5sums = e8fdbbb5dd37d32d65919f240f984905
pkgname = cpputest
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..d778e6b9e155
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.tar.xz
+*.tar.gz
+pkg/
+src/
diff --git a/PKGBUILD b/PKGBUILD
index 5f44b6fbda0e..b50c355c537a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Karol "Kenji Takahashi" Woźniak <kenji.sx>
pkgname=cpputest
-pkgver=3.7.2
+pkgver=3.8
pkgrel=1
pkgdesc="unit testing and mocking framework for C/C++"
url="http://cpputest.org"
@@ -9,8 +9,8 @@ arch=('i686' 'x86_64')
license=('BSD')
provides=('cpputest')
options=('staticlibs' '!strip')
-source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('f4f7d62cb78e360ee3c979ee834f88b4')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('e8fdbbb5dd37d32d65919f240f984905')
build() {
cd ${srcdir}/${pkgname}-${pkgver}