summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Schwartz2017-07-20 12:12:07 -0400
committerEli Schwartz2017-07-20 12:12:07 -0400
commit744324119766c9aaacbacd2551dcca7ee527a489 (patch)
tree26d2e68c03cbfebabeee3e301ead7ca3aff80273
parent673d277551954b9ab5870ddb5d84bf89e2ed305d (diff)
downloadaur-744324119766c9aaacbacd2551dcca7ee527a489.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--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd6313111cc3..5162ba656013 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sigil-git
pkgdesc = A WYSIWYG ebook editor
- pkgver = 0.9.8.r20.g4424dff9
- pkgrel = 2
+ pkgver = 0.9.8.r33.g2cc7fac2
+ pkgrel = 1
url = https://github.com/Sigil-Ebook/Sigil
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 95b7a9f61cdf..83bcc625755e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Eli Schwartz <eschwartz93@gmail.com>
+# Maintainer: Eli Schwartz <eschwartz@archlinux.org>
# Contributor: David Mougey <imapiekindaguy at gmail dot com>
# All my PKGBUILDs are managed at https://github.com/eli-schwartz/pkgbuilds
@@ -8,8 +8,8 @@
_localepurge=
pkgname=sigil-git
-pkgver=0.9.8.r20.g4424dff9
-pkgrel=2
+pkgver=0.9.8.r33.g2cc7fac2
+pkgrel=1
pkgdesc="A WYSIWYG ebook editor"
arch=('i686' 'x86_64')
url="https://github.com/Sigil-Ebook/Sigil"