summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro Vitor Piassa2021-01-06 15:19:07 -0300
committerPedro Vitor Piassa2021-01-06 15:19:53 -0300
commit1337898afbffcd5c9cd6d3b7cc7de9b6f313e123 (patch)
treeeeff97dd8622120f31ac26f4b5662f8ff11b73c9
parentbe4126708c8a2b40f133d38410beb3c489ead0a9 (diff)
downloadaur-1337898afbffcd5c9cd6d3b7cc7de9b6f313e123.tar.gz
Updated to version 1.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00104a0556c8..57b6bfc0bdda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = lspac
pkgdesc = Display package informations in a parse friendly fashion
- pkgver = 1.1.1
+ pkgver = 1.2.0
pkgrel = 1
epoch = 0
url = https://github.com/pvpscript/lspac
arch = any
license = GPL3
depends = pacman
- source = https://github.com/pvpscript/lspac/raw/main/versions/lspac-1.1.1.tar.gz
- md5sums = 86988a1a6071aaf240657def8bb34526
- sha256sums = 609edf39298dfe48f0077dece1c3d47dcb3b706fe584a8c5a22d16f214a44a2e
+ source = https://github.com/pvpscript/lspac/raw/main/versions/lspac-1.2.0.tar.gz
+ md5sums = 2f668620659d76118a54f0e3062716cf
+ sha256sums = b9510ea907152899efa1d3103fab7d3f8fbe6be588beb09910df5bd24e0cfa91
pkgname = lspac
diff --git a/PKGBUILD b/PKGBUILD
index 5a0ed38fe1c4..d02d7c99429d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Pedro P. <pvṕscŕipt [at] gmàil -rmthis- [døt] c0m>
pkgname=lspac
-pkgver=1.1.1
+pkgver=1.2.0
pkgrel=1
epoch=0
pkgdesc="Display package informations in a parse friendly fashion"
@@ -9,8 +9,8 @@ url="https://github.com/pvpscript/lspac"
license=('GPL3')
depends=('pacman')
source=("https://github.com/pvpscript/lspac/raw/main/versions/$pkgname-$pkgver.tar.gz")
-md5sums=('86988a1a6071aaf240657def8bb34526')
-sha256sums=('609edf39298dfe48f0077dece1c3d47dcb3b706fe584a8c5a22d16f214a44a2e')
+md5sums=('2f668620659d76118a54f0e3062716cf')
+sha256sums=('b9510ea907152899efa1d3103fab7d3f8fbe6be588beb09910df5bd24e0cfa91')
build() {
cd "$pkgname-$pkgver"