summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD14
-rw-r--r--cartaodecidadao.install11
3 files changed, 10 insertions, 28 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aae47be2dd73..63f588bebdbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = cartaodecidadao
pkgdesc = Portuguese Citizen Card Application
pkgver = 1.61.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.cartaodecidadao.pt/
- install = cartaodecidadao.install
arch = i686
arch = x86_64
license = custom
@@ -14,12 +13,10 @@ pkgbase = cartaodecidadao
optdepends = autenticacao-gov-pt: Necessário para autenticações online
optdepends = cartaodecidadao-pki: PKI que confirma a validade dos certificados dos CC
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.i386.deb
- md5sums_i686 = 115be572c30ccc35028bf878c4300b9e
- source_x86_64 = https://www.cartaodecidadao.pt/ccsoftware/cartaodecidadao-ubuntu.amd64.deb
- md5sums_x86_64 = 630442660ffc7419a6d8c82a40c1f8cc
+ source_i686 = https://www.cartaodecidadao.pt/ccsoftware/cartaodecidadao-ubuntu-16+.i386.deb
+ md5sums_i686 = fc3590b8b95238291193eaa508a36b02
+ source_x86_64 = https://www.cartaodecidadao.pt/ccsoftware/cartaodecidadao-ubuntu-16+.amd64.deb
+ md5sums_x86_64 = 9bbb0718fdc48133de15ee68a781f84c
pkgname = cartaodecidadao
diff --git a/PKGBUILD b/PKGBUILD
index baed0e8e3438..db736ef1ad54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cartaodecidadao
pkgver=1.61.0
-pkgrel=1
+pkgrel=2
pkgdesc="Portuguese Citizen Card Application"
arch=('i686' 'x86_64')
url="http://www.cartaodecidadao.pt/"
@@ -12,15 +12,11 @@ optdepends=('autenticacao-gov-pt: Necessário para autenticações online'
'cartaodecidadao-pki: PKI que confirma a validade dos certificados dos CC'
'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.amd64.deb")
-source_i686=("https://www.cartaodecidadao.pt/ccsoftware/cartaodecidadao-ubuntu.i386.deb")
+source_x86_64=("https://www.cartaodecidadao.pt/ccsoftware/cartaodecidadao-ubuntu-16+.amd64.deb")
+source_i686=("https://www.cartaodecidadao.pt/ccsoftware/cartaodecidadao-ubuntu-16+.i386.deb")
-md5sums=('b716ba8fde53cef3376eedb1a6076cac')
-md5sums_i686=('115be572c30ccc35028bf878c4300b9e')
-md5sums_x86_64=('630442660ffc7419a6d8c82a40c1f8cc')
-
-install='cartaodecidadao.install'
+md5sums_i686=('fc3590b8b95238291193eaa508a36b02')
+md5sums_x86_64=('9bbb0718fdc48133de15ee68a781f84c')
prepare() {
tar -xf data.tar.xz
diff --git a/cartaodecidadao.install b/cartaodecidadao.install
deleted file mode 100644
index b1477143938a..000000000000
--- a/cartaodecidadao.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -f -q -t /usr/share/pixmaps
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}