summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorClayton Craft2018-06-04 09:45:56 -0700
committerClayton Craft2018-06-04 09:45:56 -0700
commit697344655df6d1bea63b7d63ba5a52657a74ca33 (patch)
tree5d3af1a42f27112653d85c673dde28c3b72fc516 /PKGBUILD
parenta47534f7d14bf88c97c4e9cde6c9b54acca7a83b (diff)
downloadaur-697344655df6d1bea63b7d63ba5a52657a74ca33.tar.gz
Source moved to gitlab
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d735d770483c..6520a75fe9f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Clayton Craft <clayton@craftyguy.net>
pkgname=fmo
pkgver=2.0
-pkgrel=1
+pkgrel=2
pkgdesc="A tool for locating installed AUR orphans."
arch=('i686' 'x86_64')
-url="https://github.com/craftyguy/fmo"
+url="https://gitlab.com/craftyguy/fmo"
license=('GPL3')
depends=('auracle-git' 'python3')
provides=("${pkgname}")
conflicts=("${pkgname}")
-source=("https://github.com/craftyguy/fmo/archive/${pkgver}.tar.gz")
-sha512sums=('52d3e2587b6f376ffe2986bacb794bea47b8c6771b7d207bf2ad268adbc64c6c77443ad550f7c00be7c4528c991641381f932180e28488ec715fe8b5217c3759')
+source=("https://gitlab.com/craftyguy/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
+sha512sums=('c080bbc78821beb3b106b6cae6200cef91183807a61f696cd460dc62fc44601355a114735d5b3e3b684a70e99b0027f06700d2d3e7f33d7515cf3d742248a09a')
package() {
install -m755 -D "${pkgname}-${pkgver}/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"