summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2022-03-16 17:01:01 +0100
committerhaawda2022-03-16 17:01:01 +0100
commit7526814c0d227d5af303b0bf4f9eefdb03090eae (patch)
treeae261c5261c8a834bd35124e1ba4e29a9a0a0d2d
parentc50139207c20c70218d8aa74111adfa4a88bb347 (diff)
downloadaur-librep-git.tar.gz
pulls with git+https now
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3044cc97f99d..e32588305b27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = librep-git
pkgdesc = A lisp system for sawfish - git version.
- pkgver = 0.92.7.4.g3d044e49
+ pkgver = 0.92.7.8.g66637a30
pkgrel = 1
url = http://sawfish.wikia.com
arch = i686
@@ -10,12 +10,11 @@ pkgbase = librep-git
depends = gmp
depends = gdbm
depends = libffi
- provides = librep=0.92.7.4.g3d044e49
+ provides = librep=0.92.7.8.g66637a30
conflicts = librep
options = !libtool
options = !makeflags
- source = git://github.com/SawfishWM/librep.git
+ source = git+https://github.com/SawfishWM/librep.git
sha256sums = SKIP
pkgname = librep-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 8f8ce73943c7..5b8b224a0d95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=librep-git
-pkgver=0.92.7.4.g3d044e49
+pkgver=0.92.7.8.g66637a30
pkgrel=1
pkgdesc='A lisp system for sawfish - git version.'
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=('git')
provides=("librep=$pkgver")
conflicts=('librep')
options=('!libtool' '!makeflags')
-source=('git://github.com/SawfishWM/librep.git')
+source=('git+https://github.com/SawfishWM/librep.git')
sha256sums=('SKIP')
_gitname='librep'