aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: 2e5e45ef5718a0d259528cd7d3bdc2b8a2c9907d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Wexond AUR package (appimage)

[![Build Status](https://travis-ci.org/aslafy-z/aur-wexond-appimage.svg?branch=master)](https://travis-ci.org/aslafy-z/aur-wexond-appimage)

Official sources for the Wexond AUR package (https://github.com/aslafy-z/aur-wexond-appimage).

AUR repository: https://aur.archlinux.org/wexond-appimage.git

# Updating Version

refer to https://wiki.archlinux.org/index.php/Creating_packages

- update `pkgver` to Wexond version
- increase `pkgrel` on any changes to PKGBUILD itself, reset to 1 on any updates to `pkgver`
- update `sha256sums` (Appimage)
- recreate `.SRCINFO` (`docker-compose run --rm makepkg --printsrcinfo > .SRCINFO`)
- verify everything works and push changes to AUR (careful: latest commit on master is directly released)