summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Hochmann2020-04-08 00:33:30 +0200
committerPhilipp Hochmann2020-04-08 00:33:30 +0200
commitaeb010eaeb3b6db6cbe8a6791d646a1f4eff5490 (patch)
treeff1876aecece9e4d411d15aae1ab9896186f882e
parentd5f434f395d2c5f855af0dc77e64c7dfb289d53c (diff)
downloadaur-aeb010eaeb3b6db6cbe8a6791d646a1f4eff5490.tar.gz
Updated to Version 1.5.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
-rw-r--r--ccalc-1.5.0.tar.gzbin35575 -> 0 bytes
-rw-r--r--ccalc-1.5.1.tar.gzbin0 -> 38889 bytes
4 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21359d8e3c1f..9985659d83af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ccalc
pkgdesc = Scientific calculator in which you can define new functions and constants
- pkgver = 1.5.0
- pkgrel = 2
+ pkgver = 1.5.1
+ pkgrel = 1
url = https://github.com/PhilippHochmann/ccalc
arch = x86_64
license = GPL3
depends = readline
- source = ccalc-1.5.0.tar.gz
- md5sums = 51c7f0e14a254c45ba54422d6de86805
+ source = ccalc-1.5.1.tar.gz
+ md5sums = 867a3280c9c296606a7eb7c016264c16
pkgname = ccalc
diff --git a/PKGBUILD b/PKGBUILD
index 0378f0b547fd..ff5b9829692b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp Hochmann <phil.hochmann[ät]gmail[dot]com>
pkgname=ccalc
-pkgver=1.5.0
-pkgrel=2
+pkgver=1.5.1
+pkgrel=1
epoch=
pkgdesc="Scientific calculator in which you can define new functions and constants"
arch=('x86_64')
@@ -21,7 +21,7 @@ install=
changelog=
source=("$pkgname-$pkgver.tar.gz")
noextract=()
-md5sums=('51c7f0e14a254c45ba54422d6de86805')
+md5sums=('867a3280c9c296606a7eb7c016264c16')
validpgpkeys=()
prepare() {
@@ -36,7 +36,7 @@ build() {
LFLAGS="-lm"
DEFINES=""
CFLAGS="-std=c99 -Wall -Wextra -Werror -pedantic"
- FILES="*/*.c *.c"
+ FILES="src/*/*.c src/*.c"
BIN="ccalc"
if [ "$use_readline" = true ]; then
diff --git a/ccalc-1.5.0.tar.gz b/ccalc-1.5.0.tar.gz
deleted file mode 100644
index cd6cd3b3a6a5..000000000000
--- a/ccalc-1.5.0.tar.gz
+++ /dev/null
Binary files differ
diff --git a/ccalc-1.5.1.tar.gz b/ccalc-1.5.1.tar.gz
new file mode 100644
index 000000000000..8376265890a3
--- /dev/null
+++ b/ccalc-1.5.1.tar.gz
Binary files differ