summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKazumi M2016-01-31 01:53:08 +0900
committerKazumi M2016-01-31 01:53:08 +0900
commitf8b6f98526e8c7e4d48bc8bc740fdf2104886290 (patch)
treeaff580dc5e96f14d9340af9aeb3a942871d1fc4d /PKGBUILD
parent5b9cab81d019d4004c80b2a8d7e9f49f9dd30859 (diff)
downloadaur-f8b6f98526e8c7e4d48bc8bc740fdf2104886290.tar.gz
Minor fix.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 70409cd5900d..d44f019f000a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer : Kazumi M. <kuroclef@gmail.com>
pkgname=shinonome-git
-pkgver=HEAD
-pkgrel=4
+pkgver=latest
+pkgrel=1
pkgdesc='A console-based BMS player using ncurses.'
arch=(i686 x86_64)
-url='https://github.com/kuroclef/shinonome'
+url=https://github.com/kuroclef/shinonome
license=(GPL3)
depends=(ncurses sdl2 sdl2_mixer)
makedepends=(git)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-source=('git://github.com/kuroclef/shinonome.git')
+source=(git://github.com/kuroclef/shinonome.git)
md5sums=(SKIP)
pkgver() {