Skip to content

Commit

Permalink
vivaldi: update to 2.10.1745.27.
Browse files Browse the repository at this point in the history
  • Loading branch information
mobinmob authored and pullmoll committed Jan 18, 2020
1 parent aea522a commit e418724
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions srcpkgs/vivaldi/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'vivaldi'
pkgname=vivaldi
version=2.10.1745.23
version=2.10.1745.27
revision=1
_release=1
archs="i686 x86_64"
Expand All @@ -17,17 +17,17 @@ nostrip=yes

if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
_debarch=amd64
checksum=70037c3f2555dda3f331557b9be1b1b1036bec0533cff88d9a5931af95557eb6
checksum=987c39c6637d8b61fedccdcd1b558b1b4391009a1b621ae2e1beb3ce7c8c2bfd
else
_debarch=i386
checksum=1a5a2fa6ba0cdf2ef30fff281153c3fc5f026193c0a5bb8c616682327d4b76da
checksum=0ae8b18f1cc219f8bcaf1fe757d325aa132365596f96f3ddaf677620ffed5837
fi

distfiles="https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-${_release}_${_debarch}.deb"

do_extract() {
ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/vivaldi-stable_${version}-${_release}_${_debarch}.deb
tar xf data.tar.xz --exclude={./etc,./opt/vivaldi/cron}
bsdtar xf data.tar.xz --exclude={./etc,./opt/vivaldi/cron}
}

do_install() {
Expand Down

0 comments on commit e418724

Please sign in to comment.