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

Commit

Permalink
chore: packaging changes
Browse files Browse the repository at this point in the history
  • Loading branch information
marekvospel committed Oct 21, 2023
1 parent 0b68be4 commit 9d2d2d3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion services/desktop/pkg/arch/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libretrix-desktop*.deb
libretrix*.deb
libretrix-bin-*.pkg.tar.zst

src
Expand Down
7 changes: 4 additions & 3 deletions services/desktop/pkg/arch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@
pkgname='libretrix-bin'
pkgdesc='Native version of Libretrix'
url='https://github.com/marekvospel/libretrix'
pkgver=0.0.0
pkgver=0.1.0
pkgrel=1
arch=('x86_64')
license=('MIT')
depends=('webkit2gtk' 'gtk3' 'libappindicator-gtk3' 'librsvg' 'libvips')
conflicts=()

source=("./libretrix-desktop_${pkgver}_amd64.deb")
source=("./libretrix_${pkgver}_${arch}.deb")

sha256sums=('fbd6272c23860d2dd062aca86480f24f56aed8ec13f29effc9f8924be6ea30b4')
# sha256sums=('fbd6272c23860d2dd062aca86480f24f56aed8ec13f29effc9f8924be6ea30b4')
sha256sums=('SKIP')

package() {
tar -xvf ${srcdir}/data.tar.gz
Expand Down
4 changes: 2 additions & 2 deletions services/desktop/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"withGlobalTauri": true
},
"package": {
"productName": "libretrix-desktop",
"version": "0.0.0"
"productName": "Libretrix",
"version": "0.1.0"
},
"tauri": {
"bundle": {
Expand Down
2 changes: 1 addition & 1 deletion services/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libretrix-frontend",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down

0 comments on commit 9d2d2d3

Please sign in to comment.