summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Schwartz2017-07-20 12:12:07 -0400
committerEli Schwartz2017-07-20 12:12:07 -0400
commit6802bb5baedaa5eeaf44c76b8a9d67b239e6d7b2 (patch)
tree7f6a41a9af9791b3d05724ae8c475853380d59aa
parent71c3cd90517729b051ec9a12292c7eba60879b36 (diff)
downloadaur-6802bb5baedaa5eeaf44c76b8a9d67b239e6d7b2.tar.gz
Mass cleanup
- switch my email address - switch git:// to git+https:// - fix download filenames for $pkgver.tar.gz downloads - add comment pointing to my PKGBUILD repo - misc. code style improvements Some *-git pkgver bumps came along for the ride as well.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 290d838014b7..02b23076b565 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = kindletool
license = GPL
depends = libarchive
depends = nettle
- source = https://github.com/NiLuJe/KindleTool/archive/v1.6.4.tar.gz
+ source = kindletool-1.6.4.tar.gz::https://github.com/NiLuJe/KindleTool/archive/v1.6.4.tar.gz
sha256sums = 1876e13f33fe1026c51632ce3602ef8a011738af9ed7ed933fd18767f967da21
pkgname = kindletool
diff --git a/PKGBUILD b/PKGBUILD
index 70bde1d5e9f0..9798a2e3763d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,7 @@
-# Maintainer: Eli Schwartz <eschwartz93@gmail.com>
+# Maintainer: Eli Schwartz <eschwartz@archlinux.org>
+
+# All my PKGBUILDs are managed at https://github.com/eli-schwartz/pkgbuilds
+
_gitname=KindleTool
pkgname=kindletool
pkgver=1.6.4
@@ -8,7 +11,7 @@ arch=('i686' 'x86_64')
url="https://github.com/NiLuJe/${_gitname}"
license=('GPL')
depends=('libarchive' 'nettle')
-source=("${url}/archive/v${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
sha256sums=('1876e13f33fe1026c51632ce3602ef8a011738af9ed7ed933fd18767f967da21')
build() {