summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickaël Thomas2023-09-03 23:23:08 +0200
committerMickaël Thomas2023-09-03 23:23:08 +0200
commitc1f2405aa0d202d72ea1f9eb8f2a1beb3d53d33a (patch)
tree656be70903b5cd9ff72717d02725b077c39cecc0
parent7cae2f6e308dc481eca770d1c27764f79ffce12d (diff)
downloadaur-c1f2405aa0d202d72ea1f9eb8f2a1beb3d53d33a.tar.gz
Repository moved
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46e15f460966..5172c52ffcaa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = picocom-git
pkgdesc = Minimal dumb-terminal emulation program, very much like minicom. Development version
- pkgver = r375.8f2a702
+ pkgver = r384.12537df
pkgrel = 1
- url = https://github.com/wsakernel/picocom
+ url = https://gitlab.com/wsakernel/picocom
arch = x86_64
arch = i686
license = GPL2
makedepends = git
provides = picocom
conflicts = picocom
- source = git+https://github.com/wsakernel/picocom.git
+ source = git+https://gitlab.com/wsakernel/picocom.git
md5sums = SKIP
pkgname = picocom-git
diff --git a/PKGBUILD b/PKGBUILD
index 3e7259bc3ff2..27c79710c56a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Oleg Finkelshteyn <olegfink@gmail.com>
pkgname=picocom-git
_pkgname=picocom
-pkgver=r375.8f2a702
+pkgver=r384.12537df
pkgrel=1
arch=(x86_64 i686)
pkgdesc='Minimal dumb-terminal emulation program, very much like minicom. Development version'
-url='https://github.com/wsakernel/picocom'
+url='https://gitlab.com/wsakernel/picocom'
license=(GPL2)
-source=('git+https://github.com/wsakernel/picocom.git')
+source=('git+https://gitlab.com/wsakernel/picocom.git')
makedepends=(git)
conflicts=(picocom)
provides=(picocom)