summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuIông .N2015-09-01 06:04:54 +0800
committerSuIông .N2015-09-01 06:04:54 +0800
commite0e29f7bb8fdee3ebc8dd56b0fe8e775ab7ab85b (patch)
tree20cd106f941b43b14f6f2ceaf22643a46fe0775a
parent5f717815c4a87cf3c705e309152a9e69053aee9e (diff)
downloadaur-e0e29f7bb8fdee3ebc8dd56b0fe8e775ab7ab85b.tar.gz
try to fix pkgbuild problem
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d1813a1bbc8..942d0c164ebb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bashbullet
pkgdesc = A pushbullet systray notification daemon for linux. also a simple client to receive, mirror, and send pushes.
- pkgver = 20150831
+ pkgver = 20150901
pkgrel = 1
url = https://github.com/Boteium/bashbullet
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 1327eaeedc28..b7e6a03701c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Author: Boteium <echo Ym90ZWl1bUBnbWFpbC5jb20=|base64 -d>
pkgname=bashbullet
-pkgver=20150831
+pkgver=`date +%Y%m%d`
pkgrel=1
pkgdesc="A pushbullet systray notification daemon for linux. also a simple client to receive, mirror, and send pushes."
arch=('any')
@@ -18,7 +18,6 @@ source=('git://github.com/Boteium/bashbullet.git')
md5sums=('SKIP')
package() {
- pkgver=`date +%Y%m%d`
cd "$srcdir/bashbullet"
install -Dm 755 "bashbullet" "$pkgdir/usr/bin/bashbullet"