summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrnmst/Franco Masotti2015-11-16 00:03:38 +0100
committerfrnmst/Franco Masotti2015-11-16 00:03:38 +0100
commitf81193da4558067176cdc2856a6a8361242d14d2 (patch)
treea1ff48f3b22afaa49b2ebb6069c625dcdec9a564
parent165353813d132b602eafdb5151f44bbef5b25df2 (diff)
downloadaur-f81193da4558067176cdc2856a6a8361242d14d2.tar.gz
Forgot to update a very important PKGBUILD variable.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcebd565b4ee..86d9b980ff19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnupot
pkgdesc = Yet another libre Dropbox clone written in bash and based on git.
pkgver = 0.3.r0.ge7a03b7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/frnmst/gnupot
install = .INSTALL
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index d64cd1908211..1665ff3af104 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Franco Masotti <franco dot masotti at student dot unife dot it>
pkgname=gnupot
pkgver=0.3.r0.ge7a03b7
-pkgrel=1
+pkgrel=2
pkgdesc="Yet another libre Dropbox clone written in bash and based on git."
arch=('any')
url="https://github.com/frnmst/gnupot"