summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorliupold2020-08-01 21:13:35 +0530
committerliupold2020-08-01 21:13:35 +0530
commitac9644bb4aecd9abdbfe3aa0369f22d62d7b948d (patch)
tree0d9cb9cd16e855ddaf6905c999701066a4da70bd
parent82c77786862ef9c2c92bd3107e1a1aa645463233 (diff)
downloadaur-ac9644bb4aecd9abdbfe3aa0369f22d62d7b948d.tar.gz
fixed build url.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 961266c8e323..3b36050f784b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pidswallow-dev-git
pkgdesc = A script to swallow your terminal automatically
pkgver = 2.0.d
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/Liupold/pidswallow/tree/dev
arch = x86_64
license = APACHE
@@ -10,7 +10,7 @@ pkgbase = pidswallow-dev-git
depends = xdotool
provides = pidswallow
conflicts = pidswallow
- source = pidswallow-dev-git::git+https://github.com/Liupold/pidswallow/tree/dev
+ source = pidswallow-dev-git::git+https://github.com/Liupold/pidswallow
sha256sums = SKIP
pkgname = pidswallow-dev-git
diff --git a/PKGBUILD b/PKGBUILD
index 19d9dd682e1a..d81b78716034 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
# Maintainer: liupold <rohhnch@protonmail.ch>
pkgname=pidswallow-dev-git
-pkgrel=3
+pkgrel=4
pkgver=2.0.d # dev
pkgdesc="A script to swallow your terminal automatically"
arch=(x86_64)
@@ -20,7 +20,7 @@ checkdepends=(shellcheck)
provides=(pidswallow)
conflicts=(pidswallow)
-source=("$pkgname::git+$url")
+source=("$pkgname::git+https://github.com/Liupold/pidswallow")
sha256sums=("SKIP")
pkgver() {