summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel T. Borelli2015-12-22 21:38:00 -0300
committerDaniel T. Borelli2015-12-22 21:38:00 -0300
commit7b15e1f2351738f1fa2a6826d310f2ee32f037ce (patch)
tree9b7475020cb7c95003980318af82f6d66471654e
parentc38c3891e6abc020d5af87d40cfa40d599bfc3a0 (diff)
downloadaur-7b15e1f2351738f1fa2a6826d310f2ee32f037ce.tar.gz
Clone tags
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82fc0d872527..257becc684ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = moc_notify-git
pkgdesc = Notifier for 'Music On Console' using libnotify.
pkgver = 0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/daltomi/moc_notify
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 371920999d3e..2f0644260cf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=moc_notify-git
pkgname=$pkgbase
pkgver=0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Notifier for 'Music On Console' using libnotify."
arch=('i686' 'x86_64')
url='https://github.com/daltomi/moc_notify'
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('gtk2' 'libnotify' 'moc')
makedepends=('git' 'cmake')
_gitroot=$url.git
-_gitname=$pkgbase
+_gitname=moc_notify
prepare() {
cd "$srcdir"
@@ -21,7 +21,7 @@ prepare() {
cd "$_gitname" && git pull origin
msg "The local files are updated."
else
- git clone "$_gitroot" --depth=1 --single-branch "$_gitname"
+ git clone "$_gitroot" --branch "v.$pkgver"
fi
msg "GIT checkout done or server timeout"