summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Picht2019-06-29 13:29:34 +0200
committerMichael Picht2019-06-29 13:29:34 +0200
commit2a1fadac15b0c14bf536162bcffb105f1cbda300 (patch)
treeefdb9b122a4c1712dba70aeb1f739a4ed1f2b00e
parent3902538707a39cedf15e5b32f299cc8660f6a779 (diff)
downloadaur-2a1fadac15b0c14bf536162bcffb105f1cbda300.tar.gz
Release 1.4
-rw-r--r--.SRCINFO2
l---------[-rw-r--r--]PKGBUILD24
2 files changed, 2 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6814c7154ef8..121e6bbc1d1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = crema-git
pkgdesc = Manage your custom Arch Linux repositories
- pkgver = 1.3
+ pkgver = 1.4
pkgrel = 1
url = https://github.com/mipimipi/crema
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 90b79d6b576d..fe62689d304f 100644..120000
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1 @@
-# Maintainer: Michael Picht <mipi@fsfe.org>
-
-_pkgorg=github.com/mipimipi
-pkgname=crema-git
-_pkgname=crema
-pkgver=1.3
-pkgrel=1
-pkgdesc="Manage your custom Arch Linux repositories"
-arch=('any')
-url="https://$_pkgorg/$_pkgname"
-license=('GPL3')
-source=("git://$_pkgorg/$_pkgname.git")
-md5sums=(SKIP)
-depends=('aurutils' 'devtools' 'rsync')
-optdepends=('gnupg')
-pkgver() {
- cd "$srcdir/$_pkgname"
- printf "r%s.g%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-}
-package() {
- cd "$srcdir/$_pkgname"
- install -Dm755 -t "$pkgdir/usr/bin/" "$_pkgname"
-}
+../../crema/pkg/PKGBUILD \ No newline at end of file