summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge2016-06-04 00:11:26 +0200
committerDavid Runge2016-06-04 00:11:26 +0200
commitf8a1e9b559b73b6d9fb6294cedb54c7d5f2887ae (patch)
tree06e183a7d6f0e68c655b00ad6bb39e8bbd15f795
parent020b01c4159e75b967168d5170fea6c1386ae5bc (diff)
downloadaur-f8a1e9b559b73b6d9fb6294cedb54c7d5f2887ae.tar.gz
PKGBUILD: Updating to uenv >0.5 and adding makepkg specific source directories and package files to .gitignore.
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD8
3 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b5d077b8fc6..8b4dfef16f33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed May 4 16:28:33 UTC 2016
+# Fri Jun 3 22:09:56 UTC 2016
pkgbase = uenv-git
pkgdesc = Useful scripts, systemd timer/service units and their configuration
- pkgver = 0.4.2.r0.gc44c182
+ pkgver = 0.5.r0.ga731675
pkgrel = 1
url = https://sleepmap.de/software/uenv
arch = any
@@ -29,7 +29,7 @@ pkgbase = uenv-git
backup = etc/conf.d/postpone-screensaver
backup = etc/default/cpupower-rt
backup = etc/default/rtorrent@.conf
- source = bare/uenv::git://sleepmap.de/software/uenv.git
+ source = uenv::git://sleepmap.de/software/uenv.git
md5sums = SKIP
pkgname = uenv-git
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..a4477e98b66b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+uenv/
+*.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 8a46a6f7607e..3c02f083c690 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: David Runge <dave@sleepmap.de>
pkgname=uenv-git
-pkgver=0.4.2.r0.gc44c182
+pkgver=0.5.r0.ga731675
_basename=uenv
pkgrel=1
pkgdesc="Useful scripts, systemd timer/service units and their configuration"
@@ -38,14 +38,10 @@ backup=(
)
options=()
install=
-source=('bare/uenv::git://sleepmap.de/software/uenv.git')
+source=("${_basename}::git://sleepmap.de/software/uenv.git")
noextract=()
md5sums=('SKIP')
-build() {
- cd "$srcdir"
-}
-
pkgver() {
cd "$srcdir/$_basename"
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'