Skip to content

Commit

Permalink
Update aur pkg to 2.0.0 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderThaller committed Aug 31, 2021
1 parent a3eb888 commit 00399de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/aur/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Maintainer: Alexander Thaller <aur+histdb-rs@alexander.thaller.ws>
pkgname=histdb-rs
pkgver=1.0.0
pkgver=2.0.0
pkgrel=1
pkgdesc="Better history management for zsh."
arch=('x86_64')
url="https://github.com/AlexanderThaller/histdb-rs"
license=('MIT')
depends=('sqlite')
makedepends=('cargo')
source=("$pkgname-$pkgver.tar.gz::https://github.com/AlexanderThaller/$pkgname/archive/v$pkgver.tar.gz")
sha512sums=('c9b43daf0ceb81831bd76d835bdc7b905b2c23dec609d614e497149d014f923c9f0103f59c2b521ea54e01f5121a0e8f48624e5ac643566a63dff4511a2c2dd2')
source=("$pkgname-$pkgver.tar.gz::https://github.com/AlexanderThaller/$pkgname/archive/refs/tags/$pkgver.tar.gz")
sha512sums=('f7153eba42c0e2e91e885e810953d60357cf205fdde808711968e05257e9c5b25ad9a3bec440e1ed460fdb0fdb3b28adbe3dbaa56610f3aa29ad2195ffdfb3a3')

build() {
cd "$pkgname-$pkgver"
Expand Down

0 comments on commit 00399de

Please sign in to comment.