This commit is contained in:
TBK 2020-04-17 20:47:32 +02:00
parent e523b50f26
commit 7d7a51cbe5
No known key found for this signature in database
GPG Key ID: 6D4FD19CB66C95EA
3 changed files with 23 additions and 9 deletions

View File

@ -1,11 +1,9 @@
# Generated by makepkg 5.1.3
# Thu Mar 21 11:36:16 UTC 2019
pkgbase = amiitool pkgbase = amiitool
pkgdesc = Reverse-engineered amiibo cryptography pkgdesc = Reverse-engineered amiibo cryptography
pkgver = 2 pkgver = 2
pkgrel = 1 pkgrel = 2
url = https://github.com/socram8888/amiitool url = https://github.com/socram8888/amiitool
arch = any arch = x86_64
license = MIT license = MIT
makedepends = git makedepends = git
makedepends = mbedtls makedepends = mbedtls

View File

@ -1,11 +1,12 @@
# Contributor: TBK <aur@jjtc.eu> # Maintainer: TBK <aur at jjtc dot eu>
# Maintainer: TBK <aur@jjtc.eu> # Contributor: TBK <aur at jjtc dot eu>
pkgname=amiitool pkgname=amiitool
pkgver=2 pkgver=2
pkgrel=1 pkgrel=2
pkgdesc='Reverse-engineered amiibo cryptography' pkgdesc='Reverse-engineered amiibo cryptography'
url='https://github.com/socram8888/amiitool' url='https://github.com/socram8888/amiitool'
arch=('any') arch=('x86_64')
license=('MIT') license=('MIT')
makedepends=('git' 'mbedtls') # git is used to pull head version 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" source=("$pkgname-r$pkgver.tar.gz::https://github.com/socram8888/amiitool/archive/r$pkgver.tar.gz"

View File

@ -1,2 +1,17 @@
# amiitool # 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```