summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10ce3df7339f..9cf999bec64a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pkg-listn
pkgdesc = Manage linux packages with a textfile
- pkgver = 0.2.0
- pkgrel = 2
+ pkgver = 0.2.2
+ pkgrel = 1
url = https://github.com/budRich/pkg-listn
arch = any
license = Unlicense
@@ -11,7 +11,7 @@ pkgbase = pkg-listn
depends = sed
optdepends = yay: AUR helper
optdepends = paru: AUR helper
- source = https://github.com/budRich/pkg-listn/archive/refs/tags/v0.2.0.tar.gz
- sha256sums = SKIP
+ source = https://github.com/budRich/pkg-listn/archive/refs/tags/v0.2.2.tar.gz
+ sha256sums = 8a6898ae22e09d416495aa55dda637a6ccd59feae33a3ac5903beb929d518359
pkgname = pkg-listn
diff --git a/PKGBUILD b/PKGBUILD
index 4f863fc57c4f..7747768a9ef7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: budRich
pkgname=pkg-listn
-pkgver=0.2.0
-pkgrel=2
+pkgver=0.2.2
+pkgrel=1
pkgdesc='Manage linux packages with a textfile'
arch=('any')
url='https://github.com/budRich/pkg-listn'
@@ -15,7 +15,7 @@ optdepends=('yay: AUR helper' 'paru: AUR helper')
conflicts=()
source=("${url}/archive/refs/tags/v${pkgver}.tar.gz")
provides=()
-sha256sums=('SKIP')
+sha256sums=('8a6898ae22e09d416495aa55dda637a6ccd59feae33a3ac5903beb929d518359')
package() {
cd "${pkgname}-$pkgver"