summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD15
2 files changed, 13 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 791f1c7f3f70..aae47be2dd73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cartaodecidadao
pkgdesc = Portuguese Citizen Card Application
- pkgver = 1.60.0
- pkgrel = 2
+ pkgver = 1.61.0
+ pkgrel = 1
url = http://www.cartaodecidadao.pt/
install = cartaodecidadao.install
arch = i686
@@ -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.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
+ source_i686 = https://www.cartaodecidadao.pt/ccsoftware/cartaodecidadao-ubuntu.i386.deb
+ md5sums_i686 = 115be572c30ccc35028bf878c4300b9e
+ source_x86_64 = https://www.cartaodecidadao.pt/ccsoftware/cartaodecidadao-ubuntu.amd64.deb
+ md5sums_x86_64 = 630442660ffc7419a6d8c82a40c1f8cc
pkgname = cartaodecidadao
diff --git a/PKGBUILD b/PKGBUILD
index ff4c46c22a44..baed0e8e3438 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,8 @@
# Maintainer: Carlos Silva <r3pek@r3pek.org>
pkgname=cartaodecidadao
-pkgver=1.60.0
-_subversion=1608
-pkgrel=2
+pkgver=1.61.0
+pkgrel=1
pkgdesc="Portuguese Citizen Card Application"
arch=('i686' 'x86_64')
url="http://www.cartaodecidadao.pt/"
@@ -14,12 +13,12 @@ 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}-${_subversion}.x86_64.deb")
-source_i686=("https://www.cartaodecidadao.pt/ccsoftware/cartaodecidadao-ubuntu-${pkgver}-${_subversion}.i386.deb")
+source_x86_64=("https://www.cartaodecidadao.pt/ccsoftware/cartaodecidadao-ubuntu.amd64.deb")
+source_i686=("https://www.cartaodecidadao.pt/ccsoftware/cartaodecidadao-ubuntu.i386.deb")
-md5sums=("b716ba8fde53cef3376eedb1a6076cac")
-md5sums_i686=('580fd331e29804b1d70e3d362bd79a75')
-md5sums_x86_64=('bce40ed0c39d062afdf9770209f0c37f')
+md5sums=('b716ba8fde53cef3376eedb1a6076cac')
+md5sums_i686=('115be572c30ccc35028bf878c4300b9e')
+md5sums_x86_64=('630442660ffc7419a6d8c82a40c1f8cc')
install='cartaodecidadao.install'