diff options
author | Allan Niles | 2023-09-13 12:10:35 -0600 |
---|---|---|
committer | Allan Niles | 2023-09-13 12:10:35 -0600 |
commit | a78976ca3427b759ce694c52718158ea79767fe6 (patch) | |
tree | 5091abe67b3079edd45beee0b5d09fbf55e27900 /PKGBUILD | |
parent | 0101d80e0e1cb2c6e8c667677f0f609e4421c682 (diff) | |
download | aur-a78976ca3427b759ce694c52718158ea79767fe6.tar.gz |
{version 1.3!}
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,15 +1,15 @@ # Maintainer: Allan Niles allancoding.dev@gmail.com pkgname=ascii-battleship -pkgver=1.0 -pkgrel=1 +pkgver=1.3 +pkgrel=2 pkgdesc="An ASCII Battleship game built in Java that can be played in the terminal." url="https://github.com/allancoding/ascii-battleship" license=('Apache-2.0') depends=('java-runtime') arch=('any') source=("https://github.com/allancoding/ascii-battleship/raw/main/Ascii_Battleship.jar") -sha256sums=('77d350710fe8cebeb15572713fe0c016ac42da13cee1ca4d5d0f915cdb4f2fe8') +sha256sums=('f9a7290d2ddd513a9e4409c93d25e0d0e6b07a97e57c1217466870e970dda2a9') package() { install -d "${pkgdir}/usr/share/java/${pkgname}" install -Dm644 "${srcdir}/Ascii_Battleship.jar" "${pkgdir}/usr/share/java/${pkgname}/Ascii_Battleship.jar" |