summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorP.A. López-Valencia2016-04-29 14:19:35 -0500
committerP.A. López-Valencia2016-04-29 14:19:35 -0500
commit7076e5c7937d27af461a0ec6190955c5c142e0fb (patch)
tree0f022f21334a54e8cdf6f8b9292e6a002d35374d
parentb1c1af0a9185b90dcaaf977356776afc8d21ff37 (diff)
downloadaur-7076e5c7937d27af461a0ec6190955c5c142e0fb.tar.gz
And I don't seem to read well even with the glasses.
A cosmetic typo, but could be confusing.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c312d378a9d..750d5b810d69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = emacs-git
pkgdesc = GNU Emacs. Master development branch.
pkgver = 25.1.50.r125786
- pkgrel = 1
+ pkgrel = 2
url = http://www.gnu.org/software/emacs/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 4e82ee916e23..3ee147f155f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -45,7 +45,7 @@ DOCS_PDF= # Generate and install pdf documentation.
pkgname=emacs-git
pkgver=25.1.50.r125786
-pkgrel=1
+pkgrel=2
pkgdesc="GNU Emacs. Master development branch."
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/emacs/"
@@ -66,7 +66,7 @@ conflicts=('emacs')
provides=('emacs')
source=("$pkgname::git://git.savannah.gnu.org/emacs.git")
md5sums=('SKIP')
-#source=("$pkgname::git+http://git.savannah.gnu.org/r/emacs.git#branch")
+#source=("$pkgname::git+http://git.savannah.gnu.org/r/emacs.git")
pkgver() {
cd "$srcdir/$pkgname"