summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Coenen2024-01-16 13:21:49 +0100
committerManuel Coenen2024-01-16 13:21:49 +0100
commitd8d0819b00f0c01e48cdd3c6f897d48c54ff22c3 (patch)
tree0d7008b36277de520dcb94651ab801c2cb150788
parent5e101e49ca62c475f24f035b3ff95928d5ea356b (diff)
downloadaur-getpgid-git.tar.gz
chore: switch from git to https protocol
-rw-r--r--.SRCINFO5
-rw-r--r--.gitignore16
-rw-r--r--PKGBUILD4
3 files changed, 20 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 931f46c05ff1..b3b9647e155c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = getpgid-git
pkgdesc = Executable around the gepgid(2) system call to get Process Group ID
- pkgver = r6.52e1da9
+ pkgver = r10.d501df2
pkgrel = 1
url = https://github.com/wilriker/getpgid
arch = any
@@ -11,8 +11,7 @@ pkgbase = getpgid-git
depends = glibc>=2.12
provides = getpgid
conflicts = getpgid
- source = getpgid-git::git+git://github.com/wilriker/getpgid.git
+ source = getpgid-git::git+https://github.com/wilriker/getpgid
md5sums = SKIP
pkgname = getpgid-git
-
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..7e05e0df15cf
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,16 @@
+
+### ArchLinuxPackages
+*.tar
+*.tar.*
+*.jar
+*.exe
+*.msi
+*.zip
+*.tgz
+*.log
+*.log.*
+*.sig
+
+pkg/
+src/
+getpgid-git
diff --git a/PKGBUILD b/PKGBUILD
index d1c176201344..316613c0b85b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Manuel Coenen <manuel dot coenen at gmail dot com>
pkgname=getpgid-git
-pkgver=r6.52e1da9
+pkgver=r10.d501df2
pkgrel=1
pkgdesc="Executable around the gepgid(2) system call to get Process Group ID"
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('git'
'make') # 'bzr', 'git', 'mercurial' or 'subversion'
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-source=("$pkgname::git+git://github.com/wilriker/getpgid.git")
+source=("$pkgname::git+https://github.com/wilriker/getpgid")
md5sums=('SKIP')
pkgver() {