summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Rivera2017-04-01 22:14:11 -0600
committerCarlos Rivera2017-04-01 22:14:11 -0600
commit0f12bbd3763763d19eb914b951dea81180b1a6a1 (patch)
tree7c8eda0dcee7e60fdf71d4230a4e0fa0c695b02c /PKGBUILD
parent5011e2eaaaec0e7c3f8c127db4764737d8b9a201 (diff)
downloadaur-keme.tar.gz
Updating 3.0.3.0 -> 3.0.3.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 96abe34f4e46..9f459af42673 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
#Mantainer: Carlos Rivera (Comanshark) <comanshark at openmailbox dot org>
#Autor: Jose Manuel Diez Botella (dibosa) <dibosa at users dot sourceforge dot net>
pkgname=keme
-pkgver=3.0.3.0
+pkgver=3.0.3.4
pkgrel=1
pkgdesc="Open source accounting application"
arch=('i686' 'x86_64')
url="http://keme.sourceforge.net"
license=('GPL')
depends=('qt5-base' 'texlive-core' 'texlive-latexextra' 'sqlite')
-optdepends=('postgresql: for PostgreSQL Database' 'mysql: for MySQL Database' 'kdegraphics-okular: for document viewer' 'kile: for Tex/Latex frontend')
-source=("$pkgname-$pkgver.tar.gz"::"http://sourceforge.net/projects/$pkgname/files/KEME-Contabilidad/${pkgver}/${pkgname}5-$pkgver.tar.gz/download"
+optdepends=('postgresql: for PostgreSQL Database' 'mysql: for MySQL Database' 'okular: for document viewer' 'kile: for Tex/Latex frontend')
+source=("$pkgname-$pkgver.tar.gz"::"http://sourceforge.net/projects/$pkgname/files/KEME-Contabilidad/${pkgver}/${pkgname}5_$pkgver.tar.gz/download"
"keme.install"
"desktop.patch")
-md5sums=('5c92c1701739eb6dba7b5da964440531'
+md5sums=('32337c8c731e64a97fd6360ddd088bfe'
'5edc6b36dfb458f7546603faef67b01a'
'fae9794370e771dd03e94ec084b5ce98')
install=keme.install
@@ -29,7 +29,7 @@ qmake-qt5 keme5.pro
make || return 1
qmake-qt5 facture.pro
make || return 1
-## Compilation of accounting software and its billing module.
+## Compilation of accounting software and it's billing module.
}
package() {
install -Dm755 "${pkgname}5/keme5" "$pkgdir/usr/bin/keme5"