summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranco Masotti2023-10-11 11:56:19 +0200
committerFranco Masotti2023-10-11 11:56:19 +0200
commitddd78322376e8771062b6b1ee9d5f0cc13ed03f4 (patch)
treec5292389d78bdd06882bca7f5570615692e3bb0b
parent5bb2d0781992fc5e22231ed82ff311db46095dee (diff)
downloadaur-gnupot.tar.gz
Fixes
- Update code URLs
-rw-r--r--.INSTALL4
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
3 files changed, 11 insertions, 12 deletions
diff --git a/.INSTALL b/.INSTALL
index 7a71d81139e2..a53e273fdb7f 100644
--- a/.INSTALL
+++ b/.INSTALL
@@ -1,9 +1,9 @@
post_install() {
echo "To setup GNUpot: gnupot -n"
- echo "For more information, visit the wiki at https://github.com/frnmst/gnupot/wiki"
+ echo "For more information, visit the wiki at https://codeberg.org/frnmst-archives/gnupot/wiki"
}
post_upgrade() {
echo "To update GNUpot you must run the setup again with: gnupot -n"
- echo "For more information, visit the wiki at https://github.com/frnmst/gnupot/wiki"
+ echo "For more information, visit the wiki at https://codeberg.org/frnmst-archives/gnupot/wiki"
}
diff --git a/.SRCINFO b/.SRCINFO
index 03544dc93d45..1059788d84b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = gnupot
pkgdesc = A fully free, highly customizable and very efficient shell wrapper for git and SSH, which imitates Dropbox.
- pkgver = 0.5.1.r0.g4ba6b04
- pkgrel = 1
- url = https://github.com/frnmst/gnupot
+ pkgver = 0.5.1.r4.g339d295
+ pkgrel = 2
+ url = https://codeberg.org/frnmst-archives/gnupot
install = .INSTALL
arch = any
license = GPL3
@@ -20,8 +20,7 @@ pkgbase = gnupot
depends = glibc
depends = trickle
depends = gawk
- source = git://github.com/frnmst/gnupot.git#branch=master
+ source = git+https://codeberg.org/frnmst-archives/gnupot#branch=master
md5sums = SKIP
pkgname = gnupot
-
diff --git a/PKGBUILD b/PKGBUILD
index 9134353de3bb..742dbfcf09d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Franco Masotti <franco dot masotti at student dot unife dot it>
+# Maintainer: Franco Masotti <franco dot masotti at tutanota dot com>
pkgname=gnupot
-pkgver=0.5.1.r0.g4ba6b04
-pkgrel=1
+pkgver=0.5.1.r4.g339d295
+pkgrel=2
pkgdesc="A fully free, highly customizable and very efficient shell wrapper for git and SSH, which imitates Dropbox."
arch=('any')
-url="https://github.com/frnmst/gnupot"
+url="https://codeberg.org/frnmst-archives/gnupot"
license=('GPL3')
depends=('coreutils'
'bash'
@@ -19,7 +19,7 @@ depends=('coreutils'
'gawk')
makedepends=('coreutils' 'sed' 'git>=2.4')
install=.INSTALL
-source=('git://github.com/frnmst/gnupot.git#branch=master')
+source=('git+https://codeberg.org/frnmst-archives/gnupot#branch=master')
md5sums=('SKIP')
build() {