Skip to content

Commit

Permalink
Updated PKGBUILD for v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Digimezzo Raphaël committed Oct 10, 2020
1 parent b3477c7 commit aaac8cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployment/AUR/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Digimezzo <raphael@digimezzo.com>
_pkgname=Knowte
pkgname=knowte
pkgver=2.0.4
pkgver=2.0.5
pkgrel=1
pkgdesc="A note taking application that allows you to quickly and easily organize and find your notes"
arch=('x86_64')
Expand All @@ -16,7 +16,7 @@ backup=()
options=(!strip)
source=("${_pkgname}-${pkgver}.AppImage::https://github.com/digimezzo/${pkgname}/releases/download/v${pkgver//_/-}/${_pkgname}-${pkgver}.AppImage"
"${pkgname}.desktop")
sha256sums=('1046d0428ddacf93491e7d0e90bb24af26aa16731b1ef00b36f0e5d943f3a64a'
sha256sums=('42ad20564149cfbaf2ff1c3a8feca4e5fc493d824644dd2a4b028ea5964515ec'
'2e0022cf360af289e0fecb677ecd629759299f9e845e628bfb10eda88201f154')

prepare() {
Expand Down Expand Up @@ -47,4 +47,4 @@ package() {
ln -s ../../opt/${pkgname}/${pkgname} ${pkgdir}/usr/bin/${pkgname}

install -Dm644 ${srcdir}/${pkgname}.desktop ${pkgdir}/usr/share/applications/${pkgname}.desktop
}
}

0 comments on commit aaac8cb

Please sign in to comment.