summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel2018-04-11 17:55:31 -0700
committerJoel2018-04-11 17:55:31 -0700
commitad383dc4de53d8e76f1b12610c6d4f89f6efaf2e (patch)
tree927b922cc38469931098b558ee86e5c370a531ae
parentbf04a7394a79ace20493853102e98ecf538f84b2 (diff)
downloadaur-ad383dc4de53d8e76f1b12610c6d4f89f6efaf2e.tar.gz
fix clone error, again
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0cf8dd2d451..287db835f23c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bunsen-themes-git
pkgdesc = BunsenLabs GTK/Openbox/Lightdm Themes
pkgver = r62.5a35074
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/BunsenLabs/bunsen-themes
arch = any
license = GPL3
@@ -12,7 +12,7 @@ pkgbase = bunsen-themes-git
optdepends = gtk3: required for the GTK3 themes
provides = bunsen-themes
conflicts = bunsen-themes
- source = bunsen-themes::git+https://github.com/BunsenLabs/bunsen-themes.git#branch=master
+ source = git+https://github.com/BunsenLabs/bunsen-themes.git
md5sums = SKIP
pkgname = bunsen-themes-git
diff --git a/PKGBUILD b/PKGBUILD
index ce96a05c16cf..88082ca57f30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: 2ion <dev@2ion.de>
pkgname=bunsen-themes-git
pkgver=r62.5a35074
-pkgrel=2
+pkgrel=3
pkgdesc="BunsenLabs GTK/Openbox/Lightdm Themes"
arch=('any')
url="https://github.com/BunsenLabs/bunsen-themes"
@@ -12,7 +12,7 @@ makedepends=('git')
optdepends=('lib32-gtk-engine-murrine: required for multilib (GTK2)' 'gtk3: required for the GTK3 themes')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-source=('bunsen-themes::git+https://github.com/BunsenLabs/bunsen-themes.git#branch=master')
+source=('git+https://github.com/BunsenLabs/bunsen-themes.git')
md5sums=('SKIP')
pkgver() {