summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Filippov2017-11-01 18:16:35 +0000
committerAleksey Filippov2017-11-01 18:16:35 +0000
commit30edefde1fbe9a1cf34b4997f14396a927b1f5c9 (patch)
treedbc2ac120620f83aa09a2d8a3201ab891da555ef
parentdbb55db8ca9b72d79dd1aa5e8706cb80e3cf062c (diff)
downloadaur-30edefde1fbe9a1cf34b4997f14396a927b1f5c9.tar.gz
Updated to 1.3.0.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD19
2 files changed, 22 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e6c6799c226..f00be5712f91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
+# Generated by mksrcinfo v8
+# Wed Nov 1 18:16:35 UTC 2017
pkgbase = turtle
pkgdesc = A C++ Mock_object library based on Boost with a focus on usability, simplicity and flexibility.
- pkgver = 1.2.7
+ pkgver = 1.3.0
pkgrel = 1
url = http://turtle.sourceforge.net
arch = i686
arch = x86_64
license = Boost
- source = http://downloads.sourceforge.net/project/turtle/turtle/1.2.7/turtle-1.2.7.tar.bz2
- sha256sums = 06067133ddcc33ec58df1f43843d96936d747b2011f0013b395ff23009da88a3
+ source = http://downloads.sourceforge.net/project/turtle/turtle/1.3.0/turtle-1.3.0.tar.bz2
+ sha256sums = 1f0a8f7b7862e0f99f3849d60b488b1ce6546f1f7cfeb4d8f6c0261f1e3dcbe0
pkgname = turtle
diff --git a/PKGBUILD b/PKGBUILD
index 29f50a24f0c8..1b25e6816759 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,28 @@
+# Copyright 2015 Aleksey Filippov
+
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+
+# http://www.apache.org/licenses/LICENSE-2.0
+
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
# Maintainer: Aleksey Filippov <sarum9in@gmail.com>
+
pkgname=turtle
-pkgver=1.2.7
+pkgver=1.3.0
pkgrel=1
pkgdesc="A C++ Mock_object library based on Boost with a focus on usability, simplicity and flexibility."
arch=('i686' 'x86_64')
url="http://turtle.sourceforge.net"
license=('Boost')
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('06067133ddcc33ec58df1f43843d96936d747b2011f0013b395ff23009da88a3')
+sha256sums=('1f0a8f7b7862e0f99f3849d60b488b1ce6546f1f7cfeb4d8f6c0261f1e3dcbe0')
package() {
install -dm755 $pkgdir/usr/include/turtle