summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Silva2015-10-25 17:00:43 +0000
committerCarlos Silva2015-10-25 17:00:43 +0000
commite9fc3060bfa03e635dec7bb3067e477fb74fa0f3 (patch)
tree961cdf9b2c6ced28663705f0ce4cc571704eeec0
parent90e55d2014e5fb40179dbd3d5ca778d8e007448c (diff)
downloadaur-e9fc3060bfa03e635dec7bb3067e477fb74fa0f3.tar.gz
Upgrade to version 1.60
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD13
2 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 047d4a8a3ae9..791f1c7f3f70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cartaodecidadao
pkgdesc = Portuguese Citizen Card Application
- pkgver = 1.26.2
+ pkgver = 1.60.0
pkgrel = 2
url = http://www.cartaodecidadao.pt/
install = cartaodecidadao.install
@@ -16,10 +16,10 @@ pkgbase = cartaodecidadao
optdepends = ecce-gov-pt-certificates: Certificados da ECCE (quem assina dos certificados contidos em cartaodecidadao-pki)
source = cartaodecidadao.install
md5sums = b716ba8fde53cef3376eedb1a6076cac
- source_i686 = https://www.cartaodecidadao.pt/ccsoftware/cartaodecidadao-ubuntu-1.26.2-1414.i586.deb
- md5sums_i686 = d70efc167675eba20ab8d6467c15374a
- source_x86_64 = https://www.cartaodecidadao.pt/ccsoftware/cartaodecidadao-ubuntu-1.26.2-1414.x86_64.deb
- md5sums_x86_64 = 06a8e7c60f38f739dd2469c705a48521
+ source_i686 = https://www.cartaodecidadao.pt/ccsoftware/cartaodecidadao-ubuntu-1.60.0-1608.i386.deb
+ md5sums_i686 = 580fd331e29804b1d70e3d362bd79a75
+ source_x86_64 = https://www.cartaodecidadao.pt/ccsoftware/cartaodecidadao-ubuntu-1.60.0-1608.x86_64.deb
+ md5sums_x86_64 = bce40ed0c39d062afdf9770209f0c37f
pkgname = cartaodecidadao
diff --git a/PKGBUILD b/PKGBUILD
index a156028b88f1..95a7080e66f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,6 @@
pkgname=cartaodecidadao
-pkgver=1.26.2
+pkgver=1.60.0
+_subversion=1608
pkgrel=2
pkgdesc="Portuguese Citizen Card Application"
arch=('i686' 'x86_64')
@@ -11,17 +12,17 @@ optdepends=('autenticacao-gov-pt: Necessário para autenticações online'
'ecce-gov-pt-certificates: Certificados da ECCE (quem assina dos certificados contidos em cartaodecidadao-pki)')
source=("cartaodecidadao.install")
-source_x86_64=("https://www.cartaodecidadao.pt/ccsoftware/cartaodecidadao-ubuntu-${pkgver}-1414.x86_64.deb")
-source_i686=("https://www.cartaodecidadao.pt/ccsoftware/cartaodecidadao-ubuntu-${pkgver}-1414.i586.deb")
+source_x86_64=("https://www.cartaodecidadao.pt/ccsoftware/cartaodecidadao-ubuntu-${pkgver}-${_subversion}.x86_64.deb")
+source_i686=("https://www.cartaodecidadao.pt/ccsoftware/cartaodecidadao-ubuntu-${pkgver}-${_subversion}.i386.deb")
md5sums=("b716ba8fde53cef3376eedb1a6076cac")
-md5sums_x86_64=("06a8e7c60f38f739dd2469c705a48521")
-md5sums_i686=("d70efc167675eba20ab8d6467c15374a")
+md5sums_i686=('580fd331e29804b1d70e3d362bd79a75')
+md5sums_x86_64=('bce40ed0c39d062afdf9770209f0c37f')
install='cartaodecidadao.install'
prepare() {
- tar -zxf data.tar.gz
+ tar -xf data.tar.xz
}
package() {