summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Denhardt2020-09-08 02:32:55 -0400
committerIan Denhardt2020-09-08 02:32:55 -0400
commit59f188d05fe6145aa78f90deba3db5f16f9ff9a6 (patch)
treed5a65de2959ae33ddadf7743f2cef1dff46c42af
parent9aa4be59b21fe301dea5cca1b90094e5864e73ff (diff)
downloadaur-59f188d05fe6145aa78f90deba3db5f16f9ff9a6.tar.gz
Change source link
Mirrored to gitlab, since bitbucket nolonger does hg.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f7307833757..0e9a3d8d9024 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = pacsync-hg
pkgdesc = A pacman frontend which manages packages based on a holistic view of the system
pkgver = 8
- pkgrel = 3
+ pkgrel = 4
url = https://bitbucket.org/isd/pacsync
arch = any
license = custom
- source = http://bitbucket.org/isd/pacsync/get/tip.tar.bz2
- md5sums = 21e9eba50b2727c7bde258b46c8349b2
+ source = https://gitlab.com/isd/pacsync/-/archive/master/pacsync-master.tar.gz
+ sha256sums = 3cca7885a3579900fd7c69620c84f856eb40f25645642b43afa8d4bfbb0286e5
pkgname = pacsync-hg
diff --git a/PKGBUILD b/PKGBUILD
index f16cee4a393f..d1614e1439c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,21 @@
# Maintainer: Ian Denhardt <ian@zenhack.net>
pkgname=pacsync-hg
pkgver=8
-pkgrel=3
+pkgrel=4
pkgdesc="A pacman frontend which manages packages based on a holistic view of the system"
arch=('any')
url="https://bitbucket.org/isd/pacsync"
license=('custom')
-source=('http://bitbucket.org/isd/pacsync/get/tip.tar.bz2')
+# TODO: should pin the exact version here -- but not really a huge rush, since
+# this isn't actively developed...
+source=('https://gitlab.com/isd/pacsync/-/archive/master/pacsync-master.tar.gz')
build() {
:
}
package() {
- cd "$srcdir"/*-pacsync-*
+ cd "$srcdir"/pacsync-master
install -Dm755 pacsync $pkgdir/usr/bin/pacsync
install -Dm644 pacsync.8 $pkgdir/usr/share/man/man8/pacsync.8
@@ -22,4 +24,4 @@ package() {
}
# vim:set ts=2 sw=2 et:
-md5sums=('21e9eba50b2727c7bde258b46c8349b2')
+sha256sums=('3cca7885a3579900fd7c69620c84f856eb40f25645642b43afa8d4bfbb0286e5')