summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoractionless2022-02-03 05:07:14 +0100
committeractionless2022-02-03 05:07:14 +0100
commit183674aa66ff9cf25c007cce0b1eb1a374c4096d (patch)
treeadc3d25ce20b3b75bef57f39581b9b502fd60e86
parent3bc3d1527f74057d1a3bb093a032000a5681e0e2 (diff)
downloadaur-183674aa66ff9cf25c007cce0b1eb1a374c4096d.tar.gz
update to 1.10.1
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG7
-rw-r--r--PKGBUILD4
3 files changed, 12 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9911534d7140..3028bbd8d7eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pikaur
pkgdesc = AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay.
- pkgver = 1.10
+ pkgver = 1.10.1
pkgrel = 1
url = https://github.com/actionless/pikaur
arch = any
@@ -12,7 +12,7 @@ pkgbase = pikaur
optdepends = python-pysocks: for socks5 proxy support
provides = pikaur
conflicts = pikaur-git
- source = pikaur-1.10.tar.gz::https://github.com/actionless/pikaur/archive/1.10.tar.gz
- md5sums = 47bf6179fac42bf474957d217fb5a3a2
+ source = pikaur-1.10.1.tar.gz::https://github.com/actionless/pikaur/archive/1.10.1.tar.gz
+ md5sums = a68c5728cb89d8e16f2f87820d864f56
pkgname = pikaur
diff --git a/CHANGELOG b/CHANGELOG
index b24519ce4a44..77c31e884cf3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1859,3 +1859,10 @@ Thu Feb 3 04:59:41 2022 +0100
2021-12-17 1cdff8f Bundy01 chore(locale): update es and fr po (#614)
2021-12-14 9d29016 André Glüpker fix(search_cli): use different terminal escape sequence (see #497) (#613)
2021-12-15 2b11ebd Felix Yan chore: doc(readme): explicitly rebuild from AUR (#611)
+
+
+Thu Feb 3 05:06:46 2022 +0100
+-------------------------------------------------
+1.10.1 Hotfix release 1.10.1
+
+ fix(updates): add missing maintainer field
diff --git a/PKGBUILD b/PKGBUILD
index b574ec8e881a..6ec7bf9bfe60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.10
+pkgver=1.10.1
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL3')
source=(
"$pkgname-$pkgver.tar.gz"::https://github.com/actionless/pikaur/archive/"$pkgver".tar.gz
)
-md5sums=('47bf6179fac42bf474957d217fb5a3a2')
+md5sums=('a68c5728cb89d8e16f2f87820d864f56')
depends=(
'pyalpm'
'git'