diff options
author | Andreas Pichl | 2022-10-17 16:25:52 +0200 |
---|---|---|
committer | pica | 2022-10-17 18:47:00 +0200 |
commit | 720591f959cfc24734fa68c65008007afafd7dc3 (patch) | |
tree | 1ba0a0ce05c65c8a9305c5a100519c7916323091 | |
parent | e14c4f195f702e4ad96b9698146c464057d4114e (diff) | |
download | aur-720591f959cfc24734fa68c65008007afafd7dc3.tar.gz |
package update
- Update to current master
- Adjust source, because GitHub doesn't offer plain git protocol anymore
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 7 deletions
@@ -1,8 +1,6 @@ -# Generated by mksrcinfo v8 -# Sat Nov 18 08:47:21 UTC 2017 pkgbase = tup-git pkgdesc = A fast, file-based build system - pkgver = 0.7.5.r71.g80b1a442 + pkgver = 0.7.11.r95.g4e9f5b32 pkgrel = 1 url = http://gittup.org/tup/index.html install = tup.install @@ -13,8 +11,7 @@ pkgbase = tup-git depends = fuse provides = tup conflicts = tup - source = git://github.com/gittup/tup + source = git+https://github.com/gittup/tup.git sha512sums = SKIP pkgname = tup-git - @@ -3,7 +3,7 @@ # Contributor: Patrick McCarty <pnorcks at gmail dot com> pkgname=tup-git -pkgver=0.7.5.r71.g80b1a442 +pkgver=0.7.11.r95.g4e9f5b32 pkgrel=1 pkgdesc='A fast, file-based build system' arch=(i686 x86_64) @@ -14,7 +14,7 @@ makedepends=(git) provides=(tup) conflicts=(tup) install=tup.install -source=(git://github.com/gittup/tup) +source=(git+https://github.com/gittup/tup) sha512sums=('SKIP') pkgver() { |