summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartynas Mickevičius2019-12-23 17:46:38 +0200
committerMartynas Mickevičius2019-12-23 17:46:38 +0200
commit86808f3fd5ccc58307182fd3e5f64462d01c6e82 (patch)
tree9ad12a1c001a531685f1ce818e3d7495a5ff4950
parent994ad7f669287aa34785b25395a0801e2df38518 (diff)
downloadaur-86808f3fd5ccc58307182fd3e5f64462d01c6e82.tar.gz
upgpkg: ucm-bin M1g-2
Manage with aurpublish
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD3
-rw-r--r--README.md20
4 files changed, 2 insertions, 29 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb52b180a4b1..51db32642cfc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = ucm-bin
pkgdesc = Unison language code manager
pkgver = M1g
- pkgrel = 1
+ pkgrel = 2
url = https://www.unisonweb.org
arch = x86_64
license = custom
- depends = base
source = ucm::https://github.com/unisonweb/unison/releases/download/release/M1g/unison-linux64.tar.gz
source = https://raw.githubusercontent.com/unisonweb/unison/release/M1g/LICENSE
sha256sums = 4b05432d735fa12a17aac8a6233002617f6bb2c565c942edd5ea5216b26229ce
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 4db986a6bf59..000000000000
--- a/.gitignore
+++ /dev/null
@@ -1,5 +0,0 @@
-/*.pkg.tar
-/src
-/pkg
-ucm
-LICENSE
diff --git a/PKGBUILD b/PKGBUILD
index 55e280e972cd..4b28707a4178 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,11 @@
# Maintainer: Martynas Mickevičius <self at 2m dot lt>
pkgname=ucm-bin
pkgver=M1g
-pkgrel=1
+pkgrel=2
pkgdesc='Unison language code manager'
arch=('x86_64')
url='https://www.unisonweb.org'
license=('custom')
-depends=('base')
source=("ucm::https://github.com/unisonweb/unison/releases/download/release/$pkgver/unison-linux64.tar.gz"
"https://raw.githubusercontent.com/unisonweb/unison/release/$pkgver/LICENSE")
diff --git a/README.md b/README.md
deleted file mode 100644
index 1d8458014577..000000000000
--- a/README.md
+++ /dev/null
@@ -1,20 +0,0 @@
-# Package build description for The Unison Language
-
-This repository holds instructions for building an Arch Linux package for The [Unison] Language.
-
-[Unison]: https://www.unisonweb.org
-
-## Pushing to AUR
-
-First generate `.SRCINFO` by:
-
-```
-makepkg --printsrcinfo > .SRCINFO
-```
-
-Then push to AUR git repository by:
-
-```
-git remote add aur ssh://aur@aur.archlinux.org/ucm-bin.git
-git push aur
-```