summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIan Denhardt2020-09-08 02:32:55 -0400
committerIan Denhardt2020-09-08 02:32:55 -0400
commit59f188d05fe6145aa78f90deba3db5f16f9ff9a6 (patch)
treed5a65de2959ae33ddadf7743f2cef1dff46c42af /PKGBUILD
parent9aa4be59b21fe301dea5cca1b90094e5864e73ff (diff)
downloadaur-pacsync-hg.tar.gz
Change source link
Mirrored to gitlab, since bitbucket nolonger does hg.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
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')