aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-10-03 19:27:52 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-10-03 19:27:52 +0300
commit3c79ae58e1c1ddd05136973f849c8874fd691d05 (patch)
treeaa16dc88ec0ed3263880c3ca6b92bad4ccf3c032
parentaur: 1.0-2 (diff)
downloadconfig-links-3c79ae58e1c1ddd05136973f849c8874fd691d05.tar.gz
config-links-3c79ae58e1c1ddd05136973f849c8874fd691d05.zip
aur: 1.0.1-1
-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'