summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4aebafa2b58..41b01ccbc4cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Thu Feb 7 18:53:24 UTC 2019
pkgbase = hashbrowns-git
pkgdesc = Provides cryptographic hashes with a minimal UI
pkgver = 0.18.5a3aeb2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gavinhungry/hashbrowns
arch = any
license = MIT
@@ -11,8 +9,7 @@ pkgbase = hashbrowns-git
depends = pygtk
depends = pango
depends = python2-pysha3
- source = hashbrowns-git::git+https://github.com/gavinhungry/hashbrowns.git#branch=master
+ source = hashbrowns-git::git+https://github.com/gavinhungry/hashbrowns.git
sha256sums = SKIP
pkgname = hashbrowns-git
-
diff --git a/PKGBUILD b/PKGBUILD
index acdcc3bcc000..14a18b11328d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=hashbrowns-git
pkgver=0.18.5a3aeb2
-pkgrel=1
+pkgrel=2
pkgdesc='Provides cryptographic hashes with a minimal UI'
url='https://github.com/gavinhungry/hashbrowns'
license=('MIT')
arch=('any')
makedepends=('git')
depends=('pygtk' 'pango' 'python2-pysha3')
-source=("${pkgname}::git+${url}.git#branch=master")
+source=("${pkgname}::git+${url}.git")
sha256sums=('SKIP')
pkgver() {