summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-10-17 23:06:49 +0200
committerhaawda2019-10-17 23:06:49 +0200
commit3548a88e9b875590f6bc335650df095e24d93ce5 (patch)
tree8f10b39c06ad4e8edd285c89ee3a630fba3d9680
parent330a9b816c3d33a737b727b8989e6ff826d2b6f6 (diff)
downloadaur-3548a88e9b875590f6bc335650df095e24d93ce5.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ae1ce31fc57..8195e0c8c8ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-swiper
pkgdesc = Ivy - a generic completion frontend for Emacs, Swiper - isearch with an overview
- pkgver = 0.12.0
+ pkgver = 0.13.0
pkgrel = 1
url = https://github.com/abo-abo/swiper
arch = any
@@ -9,8 +9,8 @@ pkgbase = emacs-swiper
depends = emacs
provides = emacs-swiper
conflicts = emacs-swiper
- source = emacs-swiper-0.12.0.tar.gz::https://github.com/abo-abo/swiper/archive/0.12.0.tar.gz
- sha256sums = e6bd2d41142623e097c041cc061a01ba34ed27623a9c42b227c40f31d8eb7cfa
+ source = emacs-swiper-0.13.0.tar.gz::https://github.com/abo-abo/swiper/archive/0.13.0.tar.gz
+ sha256sums = ef70b0dffc34513f64b4470948044527c9455705e05cb5b92e370714dfb8a3a2
pkgname = emacs-swiper
diff --git a/PKGBUILD b/PKGBUILD
index 7288c0e0a6c6..2d34091e4dc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-swiper
-pkgver=0.12.0
+pkgver=0.13.0
pkgrel=1
pkgdesc="Ivy - a generic completion frontend for Emacs, Swiper - isearch with an overview"
url="https://github.com/abo-abo/swiper"
@@ -14,7 +14,7 @@ makedepends=('git')
provides=('emacs-swiper')
conflicts=('emacs-swiper')
source=("$pkgname-$pkgver.tar.gz::https://github.com/abo-abo/swiper/archive/${pkgver}.tar.gz")
-sha256sums=('e6bd2d41142623e097c041cc061a01ba34ed27623a9c42b227c40f31d8eb7cfa')
+sha256sums=('ef70b0dffc34513f64b4470948044527c9455705e05cb5b92e370714dfb8a3a2')
build() {
cd "swiper-${pkgver}"