summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Denhardt2020-09-08 11:51:36 -0400
committerIan Denhardt2020-09-08 11:51:36 -0400
commit6bce739bfdfd2498930fe0db02cf0891d7424487 (patch)
tree3341150d2a4270360a613812d84cf3a867230e33
parent59f188d05fe6145aa78f90deba3db5f16f9ff9a6 (diff)
downloadaur-6bce739bfdfd2498930fe0db02cf0891d7424487.tar.gz
Switch to git
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e9a3d8d9024..cf1938ec1793 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
-pkgbase = pacsync-hg
+pkgbase = pacsync-git
pkgdesc = A pacman frontend which manages packages based on a holistic view of the system
pkgver = 8
- pkgrel = 4
- url = https://bitbucket.org/isd/pacsync
+ pkgrel = 1
+ url = https://gitlab.com/isd/pacsync
arch = any
license = custom
+ replaces = pacsync-hg
source = https://gitlab.com/isd/pacsync/-/archive/master/pacsync-master.tar.gz
sha256sums = 3cca7885a3579900fd7c69620c84f856eb40f25645642b43afa8d4bfbb0286e5
-pkgname = pacsync-hg
+pkgname = pacsync-git
diff --git a/PKGBUILD b/PKGBUILD
index d1614e1439c4..f63370b9342c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Ian Denhardt <ian@zenhack.net>
-pkgname=pacsync-hg
+pkgname=pacsync-git
pkgver=8
-pkgrel=4
+pkgrel=1
pkgdesc="A pacman frontend which manages packages based on a holistic view of the system"
arch=('any')
-url="https://bitbucket.org/isd/pacsync"
+url="https://gitlab.com/isd/pacsync"
license=('custom')
# 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')
+replaces=('pacsync-hg')
build() {
: