Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
plasma-applet-weather-widget 1.6.10
Browse files Browse the repository at this point in the history
kmarkdownwebview latest checkout, fixes broken/stray .desktop in menu
  • Loading branch information
demmm committed Sep 24, 2017
1 parent 5612903 commit bc2f512
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions kmarkdownwebview/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@

pkgname=kmarkdownwebview
pkgver=0.1.0
pkgrel=1
_commit=417466d7b4e04fc0be91180fe8891cb11f7e9496
pkgrel=2
_commit=add18997d5e482561704fe47b4ceaebbdeaf1bbe
pkgdesc="Markdown viewer KParts plugin, allowing KParts-using applications to display files in markdown format in rendered view"
arch=('x86_64')
url="https://github.com/KDE/kmarkdownwebview"
license=('LGPL2.1+')
depends=('ki18n' 'kparts' 'qtwebengine' 'qt5-location')
makedepends=('extra-cmake-modules')
source=("https://github.com/KDE/kmarkdownwebview/archive/${_commit}.zip")
md5sums=('fa6199fe511a073dabe58c411983c001')
md5sums=('193093db719554063fc54207c8a91fe0')

prepare() {
cd ${pkgname}-${_commit}
Expand Down
4 changes: 2 additions & 2 deletions plasma-applet-weather-widget/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

pkgname=plasma-applet-weather-widget
pkgver=1.6.9
pkgver=1.6.10
pkgrel=1
pkgdesc="Plasmoid for Plasma 5. Shows weather information from yr.no server."
arch=('x86_64')
Expand All @@ -9,7 +9,7 @@ license=('GPL')
depends=('plasma-workspace')
makedepends=('extra-cmake-modules')
source=("https://github.com/kotelnik/plasma-applet-weather-widget/archive/v${pkgver}.tar.gz")
md5sums=('f3a343e782b77023f3fd47d809fe49a5')
md5sums=('03381b91f90701e37b333c752dd40136')

build() {
mkdir -p build
Expand Down

0 comments on commit bc2f512

Please sign in to comment.