summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkimoge2017-01-23 13:40:58 +0000
committerAkimoge2017-01-23 13:40:58 +0000
commit2bd049244097d2aa960956d91492de14083cc398 (patch)
tree7ca4e5c55b509e4a5b4b8590bf2c49603a72c18f
parentfbdb2414d383da5e0b39e813c63001a7639dc870 (diff)
downloadaur-2bd049244097d2aa960956d91492de14083cc398.tar.gz
Final release, added manga
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD13
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8afe94a921b..fa693f321fce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = myanimelist_client
pkgdesc = Simple MyAnimeList client
- pkgver = 0.1
+ pkgver = 1.0
pkgrel = 1
arch = any
license = GPL
depends = ruby
depends = curl
- source = https://github.com/Akimoge/myanimelist-client/releases/download/0.1/MyAnimeList_client-0.1.tar.gz
- md5sums = 4bcf00d0546d2ba481ba7c825bedae05
+ source = https://github.com/Akimoge/myanimelist-client/releases/download/1.0/myanimelist-1.0.tar.gz
+ md5sums = 1ac54e1f4ff09420373e4942d88b2a1f
pkgname = myanimelist_client
diff --git a/PKGBUILD b/PKGBUILD
index 8d1ce93e5718..3c1088cee9b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Brostrix
pkgname=myanimelist_client
-pkgver=0.1
+pkgver=1.0
pkgrel=1
pkgdesc="Simple MyAnimeList client"
arch=('any')
@@ -11,15 +11,16 @@ license=('GPL')
depends=('ruby' 'curl')
optdepends=()
provides=()
-source=("https://github.com/Akimoge/myanimelist-client/releases/download/0.1/MyAnimeList_client-0.1.tar.gz")
-md5sums=('4bcf00d0546d2ba481ba7c825bedae05')
+source=("https://github.com/Akimoge/myanimelist-client/releases/download/1.0/myanimelist-1.0.tar.gz")
+md5sums=('1ac54e1f4ff09420373e4942d88b2a1f')
package() {
mkdir -p ${pkgdir}/etc/mal
cd ${srcdir}
- gem install myanimelist_client
- gem install nokogiri
- gem install json
+# gem install myanimelist_client
+# gem install nokogiri
+# gem install json
install -Dm755 anime "${pkgdir}/usr/bin/anime"
install -Dm644 config.json "${pkgdir}/etc/mal/config.json"
+ echo "\n Please insert your MAL account details to /etc/mal/config.json \n"
}