summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsballert2018-07-24 21:31:17 +0200
committersballert2018-07-24 21:31:17 +0200
commit9aa7e7db50a4c76eb178cf56e44ab4c53f0aa083 (patch)
treeeeba614a16d23484120259e7b19b16bc3c7e7138
parentd58cf3ad62e3caf3307012c1cedd21a2e61913a4 (diff)
downloadaur-9aa7e7db50a4c76eb178cf56e44ab4c53f0aa083.tar.gz
Update to 0.10.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05173ff8d045..ec00c742521f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Apr 27 16:46:20 UTC 2017
pkgbase = emacs-swiper
pkgdesc = Ivy - a generic completion frontend for Emacs, Swiper - isearch with an overview, and more. Oh, man!
- pkgver = 0.9.1
+ pkgver = 0.10.0
pkgrel = 1
url = https://github.com/abo-abo/swiper
arch = any
@@ -11,8 +9,8 @@ pkgbase = emacs-swiper
depends = emacs
provides = emacs-swiper
conflicts = emacs-swiper
- source = https://github.com/abo-abo/swiper/archive/0.9.1.tar.gz
- sha256sums = SKIP
+ source = https://github.com/abo-abo/swiper/archive/0.10.0.tar.gz
+ sha256sums = b507579202e438103f2bd1925b4a5ddb9dccb85efdca5faf786d07f58521816e
pkgname = emacs-swiper
diff --git a/PKGBUILD b/PKGBUILD
index abd5f20f1ea6..81b82bfd9aec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: Alex Whitt <alex.joseph.whitt@gmail.com>
+# Maintainer: sballert <sballert@posteo.de>
+# Contributor: Alex Whitt <alex.joseph.whitt@gmail.com>
pkgname=emacs-swiper
-pkgver=0.9.1
+pkgver=0.10.0
pkgrel=1
pkgdesc="Ivy - a generic completion frontend for Emacs, Swiper - isearch with an overview, and more. Oh, man!"
url="https://github.com/abo-abo/swiper"
@@ -12,7 +13,7 @@ makedepends=('git')
provides=('emacs-swiper')
conflicts=('emacs-swiper')
source=("https://github.com/abo-abo/swiper/archive/${pkgver}.tar.gz")
-sha256sums=('SKIP')
+sha256sums=('b507579202e438103f2bd1925b4a5ddb9dccb85efdca5faf786d07f58521816e')
build() {
cd "${srcdir}/swiper-${pkgver}"