aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93991a1..486cd13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = config-links
pkgdesc = Config file sharing
- pkgver = 1.0
- pkgrel = 2
+ pkgver = 1.0.1
+ pkgrel = 1
url = https://github.com/egor-tensin/config-links
arch = any
license = MIT
depends = bash
- source = config-links-1.0.tar.gz::https://github.com/egor-tensin/config-links/archive/v1.0.tar.gz
+ source = config-links-1.0.1.tar.gz::https://github.com/egor-tensin/config-links/archive/v1.0.1.tar.gz
md5sums = SKIP
pkgname = config-links
-
diff --git a/PKGBUILD b/PKGBUILD
index 1a398a8..5bce7cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Egor Tensin <Egor.Tensin@gmail.com>
pkgname=config-links
-pkgver=1.0
-pkgrel=2
+pkgver=1.0.1
+pkgrel=1
pkgdesc='Config file sharing'
arch=(any)
url='https://github.com/egor-tensin/config-links'