summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSukbeom Kim2016-04-09 12:21:12 +0800
committerSukbeom Kim2016-04-09 12:21:12 +0800
commitdf95b65112bd679a4206636284fc571c0012e473 (patch)
tree08e7f841497ebb86e3d1fb2defd206ddc227403c
parent9130ecc302776ae4d83e37e6a54fe336833e3ac0 (diff)
downloadaur-df95b65112bd679a4206636284fc571c0012e473.tar.gz
Fix listing bug
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52285791f54e..c9e310511669 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = shell_shortcut
pkgdesc = Simple script to use shortcuts in terminal environment.
pkgver = 0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/seokbeomKim/shell_shortcut
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 9ed553fbd00f..874dce543591 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sukbeom Kim <sukbeom.kim@gmail.com>
pkgname=shell_shortcut
pkgver=0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Simple script to use shortcuts in terminal environment."
arch=('any')
url="https://github.com/seokbeomKim/shell_shortcut"