aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24514b5..9403a5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = config-links
pkgdesc = Config file sharing
- pkgver = 2.0.4
- pkgrel = 2
+ pkgver = 2.0.5
+ pkgrel = 1
url = https://github.com/egor-tensin/config-links
arch = any
license = MIT
depends = bash
- source = config-links-2.0.4.tar.gz::https://github.com/egor-tensin/config-links/archive/v2.0.4.tar.gz
+ source = config-links-2.0.5.tar.gz::https://github.com/egor-tensin/config-links/archive/v2.0.5.tar.gz
md5sums = SKIP
pkgname = config-links
diff --git a/PKGBUILD b/PKGBUILD
index 83c4bdc..96f61cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Egor Tensin <Egor.Tensin@gmail.com>
pkgname=config-links
-pkgver=2.0.4
-pkgrel=2
+pkgver=2.0.5
+pkgrel=1
pkgdesc='Config file sharing'
arch=(any)
url="https://github.com/egor-tensin/$pkgname"