summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2020-12-04 12:49:37 +0100
committeractionless2020-12-04 12:49:37 +0100
commit8f3dac37d0df8ff2004865353d9d0bb6d743196f (patch)
tree993381e7749b17b4f32fad5e0d8937e3e0ed8371 /PKGBUILD
parentca70ab93549d6bc65a0c4ae7453d5aaf2f2956ba (diff)
downloadaur-8f3dac37d0df8ff2004865353d9d0bb6d743196f.tar.gz
update to 1.6.14
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ecfd2558c940..9f40a0d856c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# shellcheck disable=SC2034,SC2154
pkgname=pikaur
-pkgver=1.6.13
+pkgver=1.6.14
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=('5e3a8eeae62c38d6b89cf72f64336dfa')
+md5sums=('76283418015f9551cad877e96febc70d')
depends=(
'pyalpm'
'git'
@@ -42,4 +42,5 @@ package() {
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm644 pikaur.1 "$pkgdir/usr/share/man/man1/pikaur.1"
cp -r ./packaging/* "${pkgdir}"
+ cp -r ./dist/* "${pkgdir}"
}