summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorayekat2017-06-21 09:50:41 +0200
committerayekat2017-06-21 09:50:41 +0200
commit2f04e5278ad5ffd8c319d1c37f522ec1c2741fff (patch)
treee20c5536f36c8157e383b6870cc9bf1ed5050071
parent0b8be1d6bc05a4caff301b8d8fe132868a0f392a (diff)
downloadaur-2f04e5278ad5ffd8c319d1c37f522ec1c2741fff.tar.gz
Add changelog
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
-rw-r--r--changelog5
3 files changed, 9 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa714e5f1649..2a4ebee2af57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = epfl-scripts-git
pkgdesc = Collection of scripts for simplifying one's life at the EPFL
- pkgver = r46.d6570b3
+ pkgver = r47.b0979bf
pkgrel = 1
url = https://gitlab.gnugen.ch/mtweber/epfl-scripts
+ changelog = changelog
arch = any
license = Apache
depends = coreutils
diff --git a/PKGBUILD b/PKGBUILD
index c73722e4842b..3184cde5b0dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=epfl-scripts-git
_pkgname=epfl-scripts
-pkgver=r46.d6570b3
+pkgver=r47.b0979bf
pkgrel=1
pkgdesc="Collection of scripts for simplifying one's life at the EPFL"
arch=('any')
@@ -11,6 +11,7 @@ license=('Apache')
provides=(epfl-scripts)
conflicts=(epfl-scripts)
depends=(coreutils)
+changelog='changelog'
source=('git+https://gitlab.gnugen.ch/mtweber/epfl-scripts.git')
md5sums=('SKIP')
diff --git a/changelog b/changelog
new file mode 100644
index 000000000000..dc6462a6e1e7
--- /dev/null
+++ b/changelog
@@ -0,0 +1,5 @@
+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