Skip to content
Snippets Groups Projects
Verified Commit b9c241ee authored by Stefano Capitani's avatar Stefano Capitani
Browse files

Bump rel2 because i forgot the vte-notification-common but this is because...

Bump rel2 because i forgot the vte-notification-common but this is because buildpkg script ( our tool ) don't support the mix of the splitting packages so before arch is 'any' now if you see i have added both architecture

Signed-off-by: default avatarSte74 <stefano@manjaro.org>
parent 5e311699
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
pkgbase='vte3-notification' pkgbase='vte3-notification'
pkgname=("${pkgbase}" 'vte-notification-common') pkgname=("${pkgbase}" 'vte-notification-common')
pkgver=0.54.2 pkgver=0.54.2
pkgrel=1 pkgrel=2
pkgdesc='Virtual Terminal Emulator widget for use with GTK3 with Fedora patches' pkgdesc='Virtual Terminal Emulator widget for use with GTK3 with Fedora patches'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url='https://wiki.gnome.org/Apps/Terminal/VTE' url='https://wiki.gnome.org/Apps/Terminal/VTE'
...@@ -74,7 +74,7 @@ package_vte3-notification(){ ...@@ -74,7 +74,7 @@ package_vte3-notification(){
package_vte-notification-common() { package_vte-notification-common() {
depends=('sh') depends=('sh')
pkgdesc='Common files used by vte and vte3' pkgdesc='Common files used by vte and vte3'
arch=('any') arch=('i686' 'x86_64')
provides=("vte-common=${pkgver}") provides=("vte-common=${pkgver}")
conflicts=('vte-common') conflicts=('vte-common')
cd "vte" cd "vte"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment