summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyanNN2016-01-31 00:45:28 +0300
committerTyanNN2016-01-31 00:45:28 +0300
commita5514eca8e6c84448945f68fdde48dd52c3c36c9 (patch)
treea31771e5ce765a5137facc8e0461ce510f5143c1
parent71651b512fc8dfc365935b34833b288edc46831b (diff)
downloadaur-a5514eca8e6c84448945f68fdde48dd52c3c36c9.tar.gz
~Moved files to ~/.svkm, if your token is at ~/.token it will be moved automatically\n~Config file, for now you can only change how dialog list will be shown\n~New dialog selection, you will no longer need to use user or chat id, just number, that programm will show to you(you can change back in ~.svkm/svkm.cfg)
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1de7dbf8aa75..993b96d5213d 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,6 @@ pkgbase = svkm
depends = sox
options = !emptydirs
source = https://drive.google.com/uc?export=download&confirm=no_antivirus&id=0B4YjcQAoes55MTJ5Z0xGNWNMdEU
- md5sums = 210ac45d35a13ad4cd29a3d7784df0bb
+ md5sums = 727d47de7a151985345590898ffd0dab
pkgname = svkm
diff --git a/PKGBUILD b/PKGBUILD
index b971997c2a13..3dbfd3ade48a 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ backup=()
options=(!emptydirs)
install=
source=('https://drive.google.com/uc?export=download&confirm=no_antivirus&id=0B4YjcQAoes55MTJ5Z0xGNWNMdEU')
-md5sums=('210ac45d35a13ad4cd29a3d7784df0bb')
+md5sums=('727d47de7a151985345590898ffd0dab')
package() {
echo "Installing VK API"
@@ -26,5 +26,3 @@ package() {
install -D -m755 $srcdir/svkm.py $pkgdir/usr/bin/svkm
}
-
-# vim:set ts=2 sw=2 et: