summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Mocciola2016-05-14 00:03:07 +0200
committerMichele Mocciola2016-05-14 00:03:07 +0200
commit57cd8e5b2b1f41e4992c17849c53eed4b6702cc0 (patch)
treeb9dad7c4a2823c3aba7c0538f1916c9f273ccb57
parent213fcff8d0daad301bf450e9de54e88c3a647b47 (diff)
downloadaur-57cd8e5b2b1f41e4992c17849c53eed4b6702cc0.tar.gz
Updated to version 0.8.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91496e733fe2..ef69194e2a1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Sun Feb 7 20:29:56 UTC 2016
+# Fri May 13 22:02:52 UTC 2016
pkgbase = qcost
- pkgdesc = QCost is a software to write.
- pkgver = 0.8.1
+ pkgdesc = QCost is a software to write bill of quantities in the construction world.
+ pkgver = 0.8.2
pkgrel = 1
url = http://ingegnerialibera.altervista.org/wiki/doku.php/qcost:indice
arch = x86_64
arch = i686
license = GPL3
depends = qt5-base
- source = http://downloads.sourceforge.net/project/qcost/0.8.1/QCost_0.8.1_src.tar.gz
+ source = http://downloads.sourceforge.net/project/qcost/0.8.2/QCost_0.8.2_src.tar.bz2
source = qcost.desktop
- md5sums = 9129d750a7ac3651bc61646f341b2ba8
+ md5sums = c82e72b452d280f9f16bc35ebc49e547
md5sums = 49d45054eed165ac72e3287d68bcee2b
pkgname = qcost
diff --git a/PKGBUILD b/PKGBUILD
index e27ba80d0650..9dc54e21074b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: mickele <mimocciola[__at__]yahoo[__dot__]com>
pkgname=qcost
-pkgver=0.8.1
+pkgver=0.8.2
pkgrel=1
-pkgdesc="QCost is a software to write."
+pkgdesc="QCost is a software to write bill of quantities in the construction world."
url="http://ingegnerialibera.altervista.org/wiki/doku.php/qcost:indice"
arch=('x86_64' 'i686')
license=('GPL3')
@@ -12,7 +12,7 @@ makedepends=()
conflicts=()
replaces=()
backup=()
-source=("http://downloads.sourceforge.net/project/qcost/0.8.1/QCost_${pkgver}_src.tar.gz" "qcost.desktop")
+source=("http://downloads.sourceforge.net/project/qcost/${pkgver}/QCost_${pkgver}_src.tar.bz2" "qcost.desktop")
build() {
cd "${srcdir}/QCost_${pkgver}_src"
@@ -28,7 +28,5 @@ package() {
install -D -m 644 "icons/qcost.svg" "${pkgdir}/usr/share/pixmaps/qcost.svg"
desktop-file-install --dir="${pkgdir}/usr/share/applications" "${srcdir}/qcost.desktop"
}
-
-
-md5sums=('9129d750a7ac3651bc61646f341b2ba8'
+md5sums=('c82e72b452d280f9f16bc35ebc49e547'
'49d45054eed165ac72e3287d68bcee2b')