summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWhyme Lyu2021-06-21 22:49:45 +0800
committerWhyme Lyu2021-06-21 22:49:45 +0800
commitd7437364a1893fdf27f2b548b2a046df93863c1b (patch)
tree99e2bbdd2758a96d829fc61c99263de118d16796
parent82eeaa3f4bbe8aebe43a293c00bc6e558565d1e2 (diff)
downloadaur-d7437364a1893fdf27f2b548b2a046df93863c1b.tar.gz
p3wm: make the src file universally unique. Bump pkgrel
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d667ccf2c65d..6dc4a273b00c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = p3wm
pkgdesc = Three-way merge .pacnew files
pkgver = 0.6.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/5long/p3wm
arch = any
license = custom:ISC
@@ -19,8 +19,7 @@ pkgbase = p3wm
optdepends = kdiff3: default resolve tool
optdepends = meld: default resolve tool
optdepends = vim: default resolve tool
- source = https://github.com/5long/p3wm/archive/v0.6.3.tar.gz
+ source = p3wm-0.6.3.tar.gz::https://github.com/5long/p3wm/archive/v0.6.3.tar.gz
sha256sums = db5cf7bf04b6a7a66a62a545ab0692c71ba293c6dc5d24cba5e84b4906f6a779
pkgname = p3wm
-
diff --git a/PKGBUILD b/PKGBUILD
index 7ec8ae864b22..0f6b2cbee1de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Whyme Lyu <callme5long@gmail.com>
pkgname=p3wm
pkgver=0.6.3
-pkgrel=1
+pkgrel=2
pkgdesc="Three-way merge .pacnew files"
arch=('any')
url="https://github.com/5long/p3wm"
@@ -23,7 +23,7 @@ optdepends=(
'vim: default resolve tool'
)
makedepends=('git' 'asciidoctor')
-source=("https://github.com/5long/$pkgname/archive/v$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/5long/$pkgname/archive/v$pkgver.tar.gz")
build() {
cd "$pkgname-$pkgver"
make