summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTioDuke2018-02-21 05:00:23 -0500
committerTioDuke2018-02-21 05:00:23 -0500
commit466711d974594b39ada55aaef8a74bf6b34c083d (patch)
treedf95caef437767745db656877ab5ea40fa7ebc2f
parenta53112dea598b379caa707abc995c1f911fe3a61 (diff)
downloadaur-python-feed2toot-git.tar.gz
fix namcap warnings
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11da2f241993..68251b67c899 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,10 @@
-# Generated by mksrcinfo v8
-# Sat Apr 29 03:55:00 UTC 2017
pkgbase = python-feed2toot-git
pkgdesc = Feed2toot automatically parses rss feeds, identifies new posts and posts them on the Mastodon social network.
- pkgver = 0.4.r0.g2ca649d
+ pkgver = 0.7.r0.g5af950e
pkgrel = 1
url = https://gitlab.com/chaica/feed2toot
arch = any
- license = MIT
+ license = GPL3
makedepends = python-setuptools
depends = python-feedparser
depends = python-mastodon
diff --git a/PKGBUILD b/PKGBUILD
index c258b1286d56..ed9f0bcc5391 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
_pkgname=feed2toot
pkgname=python-feed2toot-git
-pkgver=0.4.r0.g2ca649d
+pkgver=0.7.r0.g5af950e
pkgrel=1
pkgdesc="Feed2toot automatically parses rss feeds, identifies new posts and posts them on the Mastodon social network."
arch=('any')
url="https://gitlab.com/chaica/feed2toot"
-license=('MIT')
+license=('GPL3')
depends=('python-feedparser' 'python-mastodon')
makedepends=('python-setuptools')
source=("git+https://gitlab.com/chaica/feed2toot.git")