mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
Changing package name to bin
This commit is contained in:
parent
57dc32b502
commit
1d096ae3d7
2 changed files with 5 additions and 4 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,4 +1,4 @@
|
|||
pkgbase = pictopy-bin
|
||||
pkgbase = pictopy
|
||||
pkgdesc = PictoPy - Desktop image gallery (Tauri/Python)
|
||||
pkgver = 1.1.0
|
||||
pkgrel = 2
|
||||
|
|
|
|||
7
PKGBUILD
7
PKGBUILD
|
|
@ -1,4 +1,5 @@
|
|||
pkgname=pictopy-bin
|
||||
pkgbase=pictopy
|
||||
pkgname=(pictopy-bin)
|
||||
pkgver=1.1.0
|
||||
pkgrel=2
|
||||
pkgdesc="PictoPy - Desktop image gallery (Tauri/Python)"
|
||||
|
|
@ -13,11 +14,11 @@ sha256sums=('SKIP')
|
|||
|
||||
prepare() {
|
||||
# Extract the debian control and data files
|
||||
ar x "picto_py-${pkgver}.deb"
|
||||
ar x "pictopy-bin-${pkgver}.deb"
|
||||
tar -xf data.tar.*
|
||||
}
|
||||
|
||||
package() {
|
||||
package_pictopy-bin() {
|
||||
# Install the main files extracted from the deb
|
||||
# Using 'cp -a' preserves permissions and directory structure
|
||||
cp -a usr "$pkgdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue