Fix arch
This commit is contained in:
parent
e523b50f26
commit
7d7a51cbe5
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,11 +1,9 @@
|
|||
# Generated by makepkg 5.1.3
|
||||
# Thu Mar 21 11:36:16 UTC 2019
|
||||
pkgbase = amiitool
|
||||
pkgdesc = Reverse-engineered amiibo cryptography
|
||||
pkgver = 2
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/socram8888/amiitool
|
||||
arch = any
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
makedepends = git
|
||||
makedepends = mbedtls
|
||||
|
|
|
|||
9
PKGBUILD
9
PKGBUILD
|
|
@ -1,11 +1,12 @@
|
|||
# Contributor: TBK <aur@jjtc.eu>
|
||||
# Maintainer: TBK <aur@jjtc.eu>
|
||||
# Maintainer: TBK <aur at jjtc dot eu>
|
||||
# Contributor: TBK <aur at jjtc dot eu>
|
||||
|
||||
pkgname=amiitool
|
||||
pkgver=2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Reverse-engineered amiibo cryptography'
|
||||
url='https://github.com/socram8888/amiitool'
|
||||
arch=('any')
|
||||
arch=('x86_64')
|
||||
license=('MIT')
|
||||
makedepends=('git' 'mbedtls') # git is used to pull head version
|
||||
source=("$pkgname-r$pkgver.tar.gz::https://github.com/socram8888/amiitool/archive/r$pkgver.tar.gz"
|
||||
|
|
|
|||
17
README.md
17
README.md
|
|
@ -1,2 +1,17 @@
|
|||
# amiitool
|
||||
Arch User Repository amiitool
|
||||
Arch User Repository amiitool
|
||||
|
||||
## Update package
|
||||
|
||||
* Update package version in PKGBUILD
|
||||
* Generate new checksums with
|
||||
|
||||
```$ updpkgsums```
|
||||
|
||||
* Test install
|
||||
|
||||
```$ makepkg -si```
|
||||
|
||||
* Update .SRCINFO
|
||||
|
||||
```$ makepkg --printsrcinfo > .SRCINFO```
|
||||
|
|
|
|||
Loading…
Reference in New Issue