Version bump to 1.0.6

This commit is contained in:
Dimitrije Randjelovic 2026-02-17 01:32:41 +01:00
parent 320e5c11f5
commit 6add527662
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = nikode
pkgdesc = A modern API client for developers
pkgver = 1.0.5
pkgver = 1.0.6
pkgrel = 1
url = https://github.com/m1z23r/nikode
arch = x86_64
@ -24,7 +24,7 @@ pkgbase = nikode
conflicts = nikode-git
options = !strip
options = !debug
source = nikode-1.0.5.tar.gz::https://github.com/m1z23r/nikode/archive/refs/tags/v1.0.5.tar.gz
source = nikode-1.0.6.tar.gz::https://github.com/m1z23r/nikode/archive/refs/tags/v1.0.6.tar.gz
sha256sums = SKIP
pkgname = nikode

View file

@ -1,6 +1,6 @@
# Maintainer: Dimitrije Randjelovic <m1z23r@gmail.com>
pkgname=nikode
pkgver=1.0.5
pkgver=1.0.6
pkgrel=1
pkgdesc="A modern API client for developers"
arch=('x86_64')
@ -29,8 +29,8 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
# Extract the built pacman package
tar -xf dist-electron/*.pacman -C "${pkgdir}"
# Extract the built pacman package (excluding pacman metadata files)
tar -xf dist-electron/*.pacman -C "${pkgdir}" --exclude='.PKGINFO' --exclude='.INSTALL' --exclude='.MTREE' --exclude='.BUILDINFO'
# Fix permissions
chmod -R g-w "${pkgdir}"