# This is an example PKGBUILD file. Use this as a start to creating your own, # and remove these comments. For more information, see 'man PKGBUILD'. # NOTE: Please fill out the license field for your package! If it is unknown, # then please put 'unknown'. # Maintainer: Michael Latman pkgname=whatsie pkgver=2.0.10 pkgrel=1 epoch= pkgdesc="" arch=('any') url="" license=('MIT') groups=() depends=() makedepends=('') checkdepends=() optdepends=() provides=() conflicts=() replaces=() backup=() options=() install= changelog= source=("https://github.com/mrl4214/AUR/releases/download/2.0.10/whatsie-2.0.10-x86_64.pkg.tar.xz") noextract=() md5sums=() validpgpkeys=() package(){ cp "whatsie-$pkgver-x86_64.pkg.tar.xz" "$pkgdir/" } md5sums=('836ac02b4a451a51049b35faffaec425')