summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorayekat2018-01-06 14:27:52 +0100
committerayekat2018-01-06 14:27:52 +0100
commit36422922a4f83483a6d868a00541b067a554912d (patch)
treeb8dcb8d2659065e2e3b58aa9990403c6af9676f1
parent4d034b2151eccf2ce2719d7d8021f5b8634499df (diff)
downloadaur-36422922a4f83483a6d868a00541b067a554912d.tar.gz
Bump revision, remove changelog, improve PKGBUILD style
It's a -git package, so there is no point in keeping a changelog, as it may not properly reflect upstream anyway.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD14
-rw-r--r--changelog18
3 files changed, 10 insertions, 25 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fece65fd833..4fd64e15e178 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = epfl-scripts-git
pkgdesc = Collection of scripts for simplifying one's life at EPFL
- pkgver = r57.82081aa
+ pkgver = r59.69f6024
pkgrel = 1
url = https://gitlab.gnugen.ch/gnugen/epfl-scripts
- changelog = changelog
arch = any
license = Apache
depends = coreutils
diff --git a/PKGBUILD b/PKGBUILD
index 86080d60b93e..84a151d1aef3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,21 @@
pkgname=epfl-scripts-git
_pkgname=epfl-scripts
-pkgver=r57.82081aa
+pkgver=r59.69f6024
pkgrel=1
+
pkgdesc="Collection of scripts for simplifying one's life at EPFL"
-arch=('any')
+arch=(any)
url='https://gitlab.gnugen.ch/gnugen/epfl-scripts'
-license=('Apache')
+license=(Apache)
+
provides=(epfl-scripts)
conflicts=(epfl-scripts)
+
depends=(coreutils)
-changelog='changelog'
+
source=('git+https://gitlab.gnugen.ch/gnugen/epfl-scripts.git')
-md5sums=('SKIP')
+md5sums=(SKIP)
pkgver() {
cd "$_pkgname"
@@ -26,6 +29,7 @@ package() {
perl-www-mechanize perl-xml-xpathengine)
optdepends=('iproute2: network-namespaces in epfl-vpn'
'iptables: network-namespaces in epfl-vpn')
+
cd "$srcdir"/"$_pkgname"
install -Dm 755 bin/epfl-vpn "$pkgdir"/usr/bin/epfl-vpn
install -Dm 755 bin/gnupaste "$pkgdir"/usr/bin/gnupaste
diff --git a/changelog b/changelog
deleted file mode 100644
index 28932504c731..000000000000
--- a/changelog
+++ /dev/null
@@ -1,18 +0,0 @@
-2017-11-09 Tinu Weber <martin.weber@epfl.ch>
- * gnupaste: Add option for fetching paste by its four-letter hash code
-
-2017-10-12 Tinu Weber <martin.weber@epfl.ch>
- * gnupaste: Upstream bugfix: Symlinks are correctly dereferenced for
- determining their MIME type
-
-2017-10-03 Tinu Weber <martin.weber@epfl.ch>
- * epfl-vpn: Add option for running command in a separate namespace
-
-2017-09-24 Tinu Weber <martin.weber@epfl.ch>
- * epfl-scripts-git: Update for upstream merge (no new features downstream)
-
-2017-06-21 Tinu Weber <martin.weber@epfl.ch>
- * epfl-scripts-git: Add changelog
-
-2017-06-19 Tinu Weber <martin.weber@epfl.ch>
- * epfl-scripts-git: Initial submission to AUR