summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGavin Lloyd2022-03-07 12:02:43 -0800
committerGavin Lloyd2022-03-07 12:02:43 -0800
commit9e8f0e3340ebff3a31fc9146ed28dde6f3cbf827 (patch)
treecc71e6154f42d8a64e05d308165ff3ea990579b6
parent15edc3a9b268e49ea133e2797e3f3b28d2795567 (diff)
downloadaur-9e8f0e3340ebff3a31fc9146ed28dde6f3cbf827.tar.gz
Use default Git branch
-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() {