aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-04-30 00:49:38 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-04-30 00:49:38 +0200
commit42844215c630591af7bc94a21dbd6d3365c76566 (patch)
treec3794be16f022a14813f8524d2436382b728fbe3
parentaur: 2.0-3 (diff)
downloadconfig-links-42844215c630591af7bc94a21dbd6d3365c76566.tar.gz
config-links-42844215c630591af7bc94a21dbd6d3365c76566.zip
aur: 2.0.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 170148f..e001e79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = config-links
pkgdesc = Config file sharing
- pkgver = 2.0
- pkgrel = 2
+ pkgver = 2.0.1
+ pkgrel = 1
url = https://github.com/egor-tensin/config-links
arch = any
license = MIT
depends = bash
- source = config-links-2.0.tar.gz::https://github.com/egor-tensin/config-links/archive/v2.0.tar.gz
+ source = config-links-2.0.1.tar.gz::https://github.com/egor-tensin/config-links/archive/v2.0.1.tar.gz
md5sums = SKIP
pkgname = config-links
diff --git a/PKGBUILD b/PKGBUILD
index 073f201..d1b687e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Egor Tensin <Egor.Tensin@gmail.com>
pkgname=config-links
-pkgver=2.0
-pkgrel=3
+pkgver=2.0.1
+pkgrel=1
pkgdesc='Config file sharing'
arch=(any)
url='https://github.com/egor-tensin/config-links'